declare namespace _default { let components: { label: string; optionsLabelPosition: string; tableView: boolean; dataSrc: string; values: { label: string; value: string; shortcut: string; }[]; valueProperty: string; validateWhenHidden: boolean; key: string; type: string; data: { url: string; headers: { key: string; value: string; }[]; }; template: string; authenticate: boolean; input: boolean; inputType: string; }[]; } export default _default;