/// <reference types="react" />
export interface IconCalendarSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconCalendarSharp: React.FC<IconCalendarSharpProps>;
