declare const _default: { type: string; tag: string; className: string; attrs: { attr: string; value: string; }[]; components: ({ type: string; tag: string; content: string; components?: undefined; } | { type: string; tag: string; components: { type: string; tag: string; content: string; }[]; content?: undefined; })[]; }; export default _default;