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