export declare const STATE_TYPE: {
    readonly change: "CHANGE";
};
export declare const LABEL_PLACEMENT: Readonly<{
    readonly right: "right";
    readonly left: "left";
}>;
