import { TIconSvgProps } from '../types';
export declare const Year: (props: TIconSvgProps) => JSX.Element;
export declare const Month: (props: TIconSvgProps) => JSX.Element;
