declare namespace _default { function data(): { input: string; textarea: string; }; } export default _default;