import React, { SVGProps } from 'react';
export interface CalendarProps extends SVGProps<SVGSVGElement> {
    /** The width and height properties of the circle's svg, defaults to '14'. */
    width?: number;
}
export declare const Calendar: ({ width, ...rest }: CalendarProps) => React.JSX.Element;
//# sourceMappingURL=Calendar.d.ts.map