/** * Set the custom base URL before rendering, at app startup. */ export declare function setBaseUrl(url: string): void; export declare function getIconSrc(name: string, size: number, filled: boolean): string; export declare function getBrandedIconSrc(name: string): string; export declare function getWordmarkSrc(): string;