declare const _default: ({ label: string; tag: string; content: string; key: string; type: string; input: boolean; html?: undefined; } | { html: string; label: string; key: string; type: string; input: boolean; tag?: undefined; content?: undefined; } | { label: string; key: string; type: string; input: boolean; tag?: undefined; content?: undefined; html?: undefined; })[]; export default _default;