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