declare const _default: { sample: { title: string; description?: string; schema: { readonly fieldSize: 8; readonly gridSize: 8; readonly fields: [{ readonly label: "Array reactive"; readonly type: "array-list"; readonly key: "array"; readonly actions: { readonly moveDown: false; readonly moveUp: false; readonly deleteItem: (value: Record) => boolean; readonly addItem: (items: Record[]) => boolean; readonly custom: [{ readonly label: "Custom action"; readonly icon: "mdi:plus"; readonly action: (api: import('../../../form/types/fields').ArrayCustomActionApi) => void; }]; }; readonly fields: [{ readonly label: "Item"; readonly type: "text"; readonly key: "item"; readonly watch: (value: any, { setValue, getOptions }: import('../../../form/types/fields').FieldApi) => void; }, { readonly label: "Item2"; readonly type: "text"; readonly key: "item2"; }, { readonly label: "Item2"; readonly type: "select"; readonly key: "item3"; readonly dependencies: [["$parent.item", "item"]]; readonly options: (deps: import('../../../form/types/fields').Dependencies) => string[]; }, { readonly label: "Item n"; readonly type: "number"; readonly key: "item4"; readonly fieldParams: { readonly min: 0; readonly max: 10; }; }]; }]; }; data?: Record; }; }; export default _default;