import { FC, SVGProps } from 'react'; declare type Props = SVGProps; declare const CloseSmall: FC; export default CloseSmall;