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