import { ColumnsType } from "../table";
interface DataType {
    key: string;
    name: string;
    age: number;
    address: string;
    tags: string[];
}
export declare const cardInfoColumn: ColumnsType<DataType>;
export {};
//# sourceMappingURL=cardInfoColumn.d.ts.map