declare const _default: { sample: { title: string; description?: string; schema: { readonly gridSize: 8; readonly fieldSize: "8 md:4"; readonly overlayOpacity: 0.95; readonly maxWidth: "700px"; readonly steps: [{ readonly icon: "mdi:plus"; readonly title: "User information"; readonly root: "userIdentity"; readonly fields: [{ readonly key: "firstName"; readonly type: "text"; readonly label: "First name"; readonly required: false; readonly preformat: (v: any) => any; }, { readonly key: "lastName"; readonly type: "text"; readonly label: "Last name"; readonly required: false; }, { readonly key: "email"; readonly type: "text"; readonly label: "Email"; readonly required: false; }, { readonly key: "birthDate"; readonly type: "date"; readonly label: "Birth date"; readonly required: false; }, { readonly key: "address"; readonly type: "text"; readonly label: "Address"; readonly required: false; }, { readonly key: "city"; readonly type: "text"; readonly label: "City"; readonly required: false; }, { readonly key: "zipCode"; readonly type: "text"; readonly label: "ZIP code"; readonly required: false; }, { readonly key: "country"; readonly type: "select"; readonly label: "Country"; readonly required: false; readonly options: ["France", "Belgium", "Germany", "Spain"]; }]; }, { readonly icon: "mdi:account-multiple"; readonly title: "Address"; readonly root: "userAddress"; readonly fields: [{ readonly key: "isSomething1"; readonly type: "checkbox"; readonly label: "Some long sentence 1 to test the width of the stepper"; readonly size: 8; }, { readonly key: "isSomething2"; readonly type: "checkbox"; readonly label: "Some long sentence 2 to test the width of the stepper"; readonly size: 8; }, { readonly key: "isSomething3"; readonly type: "checkbox"; readonly label: "Some long sentence 3 to test the width of the stepper"; readonly size: 8; }, { readonly key: "isSomething4"; readonly type: "checkbox"; readonly label: "Some long sentence 4 to test the width of the stepper"; readonly size: 8; }, { readonly key: "isSomething5"; readonly type: "checkbox"; readonly label: "Some long sentence 5 to test the width of the stepper"; readonly size: 8; }]; }, { readonly title: "Organizations"; readonly fields: { key: "orgaList" | "orgaTabs"; type: "array-list" | "array-tabs"; label: string; size: number; fields: ({ key: string; type: "text"; label: string; required: true; options?: undefined; } | { key: string; type: "select"; label: string; required: true; options: ("France" | "Spain" | "Germany" | "Belgium")[]; })[]; }[]; }, { readonly fields: [{ readonly key: "acceptsCGU"; readonly type: "checkbox"; readonly label: "Text"; readonly required: true; }, { readonly key: "acceptsNewsletter"; readonly type: "checkbox"; readonly label: "Text"; readonly required: true; }]; }]; }; data?: Record; }; }; export default _default;