declare const _default: ({ type: string; input: boolean; key: string; label: string; tooltip: string; weight: number; validate: { custom: string; }; } | { type: string; input: boolean; key: string; label: string; tooltip: string; weight: number; validate?: undefined; })[]; export default _default;