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