export declare type LabelPositionType = "before" | "after"; export declare const labelPositionType: { before: LabelPositionType; after: LabelPositionType; }; export declare const supportedLabelPositionTypes: string[]; export declare type CheckboxType = "filled" | "minimal"; export declare const checkboxType: { filled: CheckboxType; minimal: CheckboxType; }; export declare const supportedCheckboxTypes: string[];