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