export declare const showBarLabelOptions: ({
value: boolean;
item: string;
} | {
value: string;
item: string;
})[];
export declare enum OrientationType {
Horizontal = "horizontal",
Vertical = "vertical"
}
export declare const stackOptions: {
value: boolean;
item: string;
}[];