declare const _default: { type: string; key: string; components: ({ type: string; key: string; components?: undefined; } | { type: string; key: string; components: { type: string; key: string; }[]; })[]; }; export default _default;