export declare class FormsDemoComponent {
    constructor();
    getRoute(path: string): string[];
    log(value: any): void;
}
