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