import * as Solid from 'solid-js';
export declare const Match: (props: {
    matchId: string;
}) => Solid.JSX.Element;
export declare const MatchInner: () => any;
export declare const Outlet: () => Solid.JSX.Element;
