import { MatchResults } from '@stencil/router'; export declare class AppProfile { match: MatchResults; normalize(name: string): string; render(): any; }