import React from 'react'; declare const DSGlobalHeader: { ({ containerProps, title, lastIcon, onSearchChange, topMenuItems, bottomMenuItems, }: { containerProps?: {} | undefined; title: any; lastIcon: any; onSearchChange?: ((...args: any[]) => void) | undefined; topMenuItems: any; bottomMenuItems: any; }): React.JSX.Element; displayName: string; }; declare const DSGlobalHeaderWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{ containerProps?: {} | undefined; title: any; lastIcon: any; onSearchChange?: ((...args: any[]) => void) | undefined; topMenuItems: any; bottomMenuItems: any; }>; export { DSGlobalHeader, DSGlobalHeaderWithSchema };