export declare class BarcodeCountStyleConfiguration {
    topLabelTop?: number;
    sheetHeight?: string;
    sheetTopMargin?: string;
}
export declare class BarcodeCountConfiguration {
    enabled?: boolean;
    style?: BarcodeCountStyleConfiguration;
}
