export declare const InlineLabelTypes: readonly ["checkbox", "radio", "toggle"]; export declare const BlockLabelTypes: readonly ["text"]; export declare const LabelTypes: readonly ["checkbox", "radio", "toggle", "text"];