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