import React from 'react'; export interface EntityPageFieldsProps { dataHook?: string; /** Field ids to render, in order. Omitted ⇒ all schema fields in schema order. */ fieldIds?: string[]; } declare function _EntityPageFields({ dataHook, fieldIds, }: EntityPageFieldsProps): React.JSX.Element | null; export declare const EntityPageFieldsWrapped: typeof _EntityPageFields & { displayName: string; }; export declare function EntityPageFields(props: EntityPageFieldsProps): React.JSX.Element; export {}; //# sourceMappingURL=EntityPageFields.d.ts.map