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