import type { ColProps } from 'antd'; export interface ColUsedProps extends Pick { } export declare const colProps: (keyof ColUsedProps)[];