import type { FC } from 'react'; import { PropsWithChildrenAndClassName } from '../../types'; declare const IconPlus: FC; export { IconPlus };