export declare const InputChecked = 0;
export declare const InputCheckedValue = 1;
export declare const InputValue = 2;
export declare const SelectValue = 3;
export declare const DetailsOrDialogOpen = 4;
export declare const None = 5;
type Self = typeof import("./controlled-type");
export type Value = Self[keyof Self];
export {};
