import { FC } from 'react'; interface CalendarIconProps { color?: string; } export declare const CalendarIcon: FC; export {};