import { ISeedProps } from './Seed';
export declare type IRoundProps = {
    seeds: ISeedProps[];
    title: string;
    [key: string]: any;
};
