declare namespace _default { let type: string; let display: string; let components: { label: string; widget: string; tableView: boolean; data: { values: { label: string; value: string; }[]; }; validateOn: string; validate: { custom: string; }; key: string; type: string; input: boolean; }[]; } export default _default;