export declare class AgnTextarea { txareaLabel: string; txareaPlaceholder: string; buttonLabel: string; buttonFunction: Function; render(): any; }