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