import { ReactNode } from 'react'; export interface EntityPageMainContentProps { /** * Applies a data-hook HTML attribute that can be used in tests */ dataHook?: string; children?: ReactNode; } export declare function EntityPageMainContent(props: EntityPageMainContentProps): JSX.Element; export declare namespace EntityPageMainContent { var displayName: string; } //# sourceMappingURL=EntityPageMainContent.d.ts.map