import { SFCWithInstall } from 'yc-pro-components/es/utils'; import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue'; declare const YcColComponent: DefineComponent<{ /** 响应式列宽,会同时应用到 xs/sm/md/lg/xl */ value: { type: PropType; default: number; }; }, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ /** 响应式列宽,会同时应用到 xs/sm/md/lg/xl */ value: { type: PropType; default: number; }; }>>, { value: number; }, {}>; export declare const YcCol: SFCWithInstall; default: number; }; }, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ /** 响应式列宽,会同时应用到 xs/sm/md/lg/xl */ value: { type: PropType; default: number; }; }>>, { value: number; }, {}>>; export default YcCol; export { YcCol as ReCol }; export type YcColInstance = InstanceType;