export declare class DdaInput { label: string; placeholder: string; value: string; type: string; helper_text: string; error_message: string; validation_type?: string; size?: string; input_status?: string; custom_class?: string; component_mode?: string; input_id: string; aria_label?: string; handleInput(event: any): void; render(): any; }