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