/// export interface EntityPageExtensionsProps { /** * An id of the container defined in the installed on a site application that contains TPA's actions. */ containerId: string; /** * Applies a data-hook HTML attribute that can be used in tests. */ dataHook?: string; /** * Props passed to Extension Widgets */ [x: string]: any; } export declare function _EntityPageExtensions(props: EntityPageExtensionsProps): JSX.Element; export declare const EntityPageExtensions: typeof _EntityPageExtensions & { displayName: string; }; //# sourceMappingURL=EntityPageExtensions.d.ts.map