import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const PlusSmIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default PlusSmIcon;
