export declare const Match: (props: {
    routeId: string;
}) => import("solid-js/web").JSX.Element;
export declare const MatchInner: () => any;
export declare const Outlet: () => import("solid-js/web").JSX.Element;
