import { FC } from 'react'; import { IconProps } from '../Icon/index.js'; export declare const DotsVerticalIcon: FC; export declare const XIcon: FC; export declare const ExclamationIcon: FC; export declare const ExclamationOutlineIcon: FC; export declare const XCircleIcon: FC; export declare const CheckCircleIcon: FC; export declare const InformationCircleIcon: FC; export declare const DotIcon: FC; export declare const ExclamationCircleIcon: FC; export declare const CheckIcon: FC; export declare const SelectorIcon: FC; export declare const ChevronDownIcon: FC; export declare const ExternalLinkIcon: FC; export declare const SpinnerIcon: FC; export declare const MenuIcon: FC; export declare const BellIcon: FC; export declare const SearchIcon: FC;