import { FC } from 'react'; interface CrossIconProps { /** * Color of the icon. */ color?: string; } export declare const CrossIcon: FC; export {};