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