/// <reference types="react" />
export interface IconBarcodeSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconBarcodeSharp: React.FC<IconBarcodeSharpProps>;
