/// import { IconProps } from '../../types'; declare const CalendarMark: (allProps: IconProps) => JSX.Element; export default CalendarMark;