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