import React from 'react'; export interface EntityPageSlotsProps { /** * 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 Slots Widgets */ [x: string]: any; } export declare function _EntityPageSlots(props: EntityPageSlotsProps): React.JSX.Element; export declare const EntityPageSlots: typeof _EntityPageSlots & { displayName: string; }; //# sourceMappingURL=EntityPageExtensions.d.ts.map