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