declare namespace _default { let type: string; let display: string; let components: ({ title: string; breadcrumbClickable: boolean; buttonSettings: { previous: boolean; cancel: boolean; next: boolean; }; collapsible: boolean; tableView: boolean; key: string; type: string; label: string; input: boolean; components: { label: string; tableView: boolean; rowDrafts: boolean; key: string; type: string; input: boolean; components: { label: string; tableView: boolean; key: string; type: string; input: boolean; alwaysEnabled: boolean; }[]; alwaysEnabled: boolean; }[]; alwaysEnabled: boolean; showValidations?: undefined; } | { label: string; showValidations: boolean; alwaysEnabled: boolean; tableView: boolean; key: string; type: string; input: boolean; title?: undefined; breadcrumbClickable?: undefined; buttonSettings?: undefined; collapsible?: undefined; components?: undefined; })[]; } export default _default;