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