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