import React from 'react'; /** * A spacing component with the same height as the SiteHeader */ export declare const SiteHeaderSpacer: (props: any) => React.JSX.Element; /** * Site header including app bar */ declare const SiteHeader: { (props: any): React.JSX.Element; propTypes: { breadCrumbRoot: any; /** * Passes the background color on the project switcher (default: theme secondary) */ backgroundColor: any; }; }; export default SiteHeader; //# sourceMappingURL=SiteHeader.d.ts.map