import * as React from 'react'; declare const _default: { table: { component: (props: any) => JSX.Element; representation: (_: any, children: any) => string; }; array: { component: ({ children, ...props }: { [x: string]: any; children: any; }) => JSX.Element; representation: (props: any, children: any) => string; }; boolean: { component: React.FC; representation: (props: any) => string; }; date: { component: React.FC; representation: (props: any) => string; }; email: { component: React.FC; representation: (props: any) => string; }; id: { component: React.FC; representation: (props: any) => string; }; number: { component: React.FC; representation: (props: any) => string; }; reference: { component: React.FC>; representation: (props: any) => string; }; referenceChild: { component: (props: any) => JSX.Element; representation: () => string; }; referenceArray: { component: React.FC; representation: (props: any) => string; }; referenceArrayChild: { component: (props: any) => JSX.Element; representation: () => string; }; richText: any; string: { component: React.FC; representation: (props: any) => string; }; url: { component: React.FC; representation: (props: any) => string; }; }; export default _default;