import { Component } from "../../index";
export declare class Route extends Component {
    static propType: any;
    private component;
    private path;
    private propsData;
    constructor(props: any);
    $onPropsChanged(newProps: any): void;
    render(): string;
}
