declare const DSPageSummary: ({ header, headerZIndex, bodyPrimary, actions, actionsZIndex, bodySecondary, }: { header?: null | undefined; headerZIndex?: number | undefined; bodyPrimary?: null | undefined; actions?: null | undefined; actionsZIndex?: number | undefined; bodySecondary?: null | undefined; }) => import("react/jsx-runtime.js").JSX.Element; export { DSPageSummary };