export declare class SwitchMetadata { private switchJsonObject; type: string; key: string; checked: boolean; checked$: string; label: string; label$: string; hint: string; hint$: string; onLabel: string; onLabel$: string; offLabel: string; offLabel$: string; disabled: boolean; disabled$: string; visible: boolean; visible$: string; required: boolean; required$: string; readonly: boolean; readonly$: string; tabindex: number; order: number; validations: Array; constructor(switchJsonObject: any); }