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