export declare const STATE_TYPE: { readonly change: "CHANGE"; }; export declare const ALIGN: { readonly vertical: "vertical"; readonly horizontal: "horizontal"; }; export declare const LABEL_PLACEMENT: { readonly top: "top"; readonly right: "right"; readonly bottom: "bottom"; readonly left: "left"; };