///
import { EntityPageProps } from './EntityPage';
import { FieldValues } from 'react-hook-form';
export interface EntityPagePlainProps extends EntityPageProps {
}
declare function _EntityPagePlain({ state, children, ...rest }: EntityPagePlainProps): JSX.Element;
export declare const EntityPagePlain: typeof _EntityPagePlain & {
displayName: string;
};
export {};
//# sourceMappingURL=EntityPagePlain.d.ts.map