interface PropsType {
    classDefined?: any;
    attributes: any[];
}
export declare const DataList: ({ classDefined, attributes }: PropsType) => any;
export {};
