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