/**
 * `Route` is a custom web component that represents a route in a routing system.
 * @summary This element represents a route in a routing system.
 * @documentation https://elements.webjet.sk/components/route
 * @status stable
 * @augments AnimatedOutlet
 * @tag wje-router-outlet
 */
export default class RouterOutlet {
    /**
     * The class name for the component.
     * @type {string}
     */
    className: string;
    connectedCallback(): void;
}
