import React from 'react';
export interface CellularSignal0Props extends React.SVGProps<SVGSVGElement> {
    size?: number | string;
    className?: string;
}
export declare const CellularSignal0: {
    ({ size, className, ...props }: CellularSignal0Props): React.JSX.Element;
    displayName: string;
};
