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