import { SubtotalType, ValueType, BarShape, LabelPosition } from '../../../constants/capsule-bar-style';
export declare const valueTypeOptions: {
    value: ValueType;
    text: string;
}[];
export declare const SubtotalTypeOptions: {
    value: SubtotalType;
    item: string;
}[];
export declare const barShapeOptions: {
    value: BarShape;
    item: string;
}[];
export declare const labelPositionOptions: {
    value: LabelPosition;
    item: string;
}[];
