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