import * as React from 'react';
export declare const Match: React.NamedExoticComponent<{
    matchId: string;
}>;
export declare const MatchInner: React.NamedExoticComponent<{
    matchId: string;
}>;
export declare const Outlet: React.NamedExoticComponent<object>;
