import { FC } from 'react';
export declare type RosterContainerProps = {
    onClose: () => void;
};
export declare const RosterContainer: FC<RosterContainerProps>;
