declare const _default: { type: string; components: ({ type: string; tag: string; content: string; attrs: { class: string; for: string; placeholder?: undefined; }; key?: undefined; } | { type: string; key: string; attrs: { class: string; placeholder: string; for?: undefined; }; tag?: undefined; content?: undefined; })[]; }; export default _default;