import type { ShellPageCapacity, ShellPageHeaderPresentation } from './shell-page-types'; import type { BarTitleVariant } from '../BarTitle/bar-title-types'; export declare function resolveShellPageHeaderVariant(presentation: ShellPageHeaderPresentation, capacity: ShellPageCapacity, pageTopVisible: boolean): BarTitleVariant; //# sourceMappingURL=shell-page-responsive.d.ts.map