declare const _default: ({ key: string; ignore: boolean; type?: undefined; label?: undefined; title?: undefined; weight?: undefined; components?: undefined; } | { type: string; label: string; title: string; weight: number; key: string; components: { type: string; label: string; tooltip: string; description: string; key: string; }[]; ignore?: undefined; })[]; export default _default;