import type { returnType } from '../../_utils';
import type { PropType, ExtractPropTypes } from 'vue';
export declare const dkColProps: {
    span: returnType<PropType<string | number>, string | number | null>;
    offset: returnType<PropType<string | number>, string | number | null>;
};
export type DkColPropsType = ExtractPropTypes<typeof dkColProps>;
