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