export declare const STATE_TYPE: {
    readonly change: "CHANGE";
};
export declare const STYLE_TYPE: Readonly<{
    readonly default: "default";
    readonly toggle: "toggle";
    readonly toggle_round: "toggle";
}>;
export declare const LABEL_PLACEMENT: Readonly<{
    readonly top: "top";
    readonly right: "right";
    readonly bottom: "bottom";
    readonly left: "left";
}>;
