import { FC } from 'react';
import { RosterProps } from './';
export declare const Roster: FC<RosterProps>;
