import type { HeaderOptions } from '../types'; export declare function getHeaderTitle(options: { title?: string; headerTitle?: HeaderOptions['headerTitle']; }, fallback: string): string; //# sourceMappingURL=getHeaderTitle.d.ts.map