export declare const showBarLabelOptions: ({
    value: boolean;
    item: string;
} | {
    value: string;
    item: string;
})[];
