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