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