declare const _default: { name: string; title: string; type: string; options: { collapsible: boolean; collapsed: boolean; }; fields: ({ type: string; name: string; fields: { name: string; title: string; description: string; type: string; }[]; title?: undefined; of?: undefined; } | { name: string; title: string; type: string; of: { type: string; fields: ({ name: string; title: string; description: string; type: string; hidden: ({ parent }: { parent: any; }) => boolean; rows?: undefined; fields?: undefined; validation?: undefined; options?: undefined; of?: undefined; } | { name: string; title: string; type: string; rows: number; hidden: ({ parent }: { parent: any; }) => boolean; description?: undefined; fields?: undefined; validation?: undefined; options?: undefined; of?: undefined; } | { name: string; title: string; type: string; fields: ({ name: string; title: string; type: string; description?: undefined; options?: undefined; hidden?: undefined; } | { name: string; title: string; description: string; type: string; options: { list: { title: string; value: string; }[]; layout: string; }; hidden?: undefined; } | { name: string; title: string; description: string; type: string; hidden: ({ parent }: { parent: any; }) => boolean; options?: undefined; })[]; hidden: ({ parent }: { parent: any; }) => boolean; description?: undefined; rows?: undefined; validation?: undefined; options?: undefined; of?: undefined; } | { title: string; name: string; type: string; validation: (Rule: any) => any; options: { list: { title: string; value: string; }[]; layout: string; }; description?: undefined; hidden?: undefined; rows?: undefined; fields?: undefined; of?: undefined; } | { title: string; description: string; name: string; type: string; of: { type: string; }[]; hidden: ({ parent }: { parent: any; }) => boolean; rows?: undefined; fields?: undefined; validation?: undefined; options?: undefined; })[]; }[]; fields?: undefined; })[]; }; export default _default;