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