import * as React from 'react'; export interface PipeLightIconProps extends React.SVGProps { size?: number | string; } export declare const PipeLightIcon: React.ForwardRefExoticComponent & React.RefAttributes>;