/// export interface IconCafeProps { size?: string; style?: React.CSSProperties; } export declare const IconCafe: React.FC;