import React from 'react'; declare const PageHeaderWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{ pageTitle?: null | undefined; withBlueBorder?: boolean | undefined; contextMenu?: null | undefined; firstAction?: null | undefined; secondAction?: null | undefined; backArrow?: null | undefined; breadCrumb?: null | undefined; onOpenContextMenu?: (() => null) | undefined; value: any; label: any; theme: any; }>; declare const DSMobilePageHeader: React.ForwardRefExoticComponent<{ label: any; contextMenu?: null | undefined; value: any; pageTitle?: null | undefined; withBlueBorder?: boolean | undefined; firstAction?: null | undefined; secondAction?: null | undefined; backArrow?: null | undefined; breadCrumb?: null | undefined; onOpenContextMenu?: (() => null) | undefined; } & { theme?: import("styled-components").DefaultTheme | undefined; }>; export { DSMobilePageHeader, PageHeaderWithSchema };