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