export declare class DdaToggle { checked: boolean; size?: string; custom_class?: string; group_name?: string; input_id?: string; component_mode?: string; aria_label: string; render(): any; }