interface PropsType {
    bosclass: string;
    dataSource: any[];
}
export declare const RelationList: ({ bosclass, dataSource }: PropsType) => JSX.Element;
export {};
