import type { BarTitleVariant } from '../BarTitle/bar-title-types'; export type ShellPageHeaderPresentation = 'auto' | BarTitleVariant; export type ShellPageContentInset = 'default' | 'none'; export type ShellPageContentSurface = 'primary' | 'secondary'; export type ShellPageCapacity = 'roomy' | 'compact' | 'constrained';