import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue'; import type Col from './col.vue'; export type ColSizeObject = { span?: number; offset?: number; pull?: number; push?: number; }; export type ColSize = number | ColSizeObject; export declare const colProps: { readonly tag: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly span: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly offset: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly pull: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly push: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly xs: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, () => import("@hd-front-end/element-plus/es/utils").Mutable<{}>, boolean>; readonly sm: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, () => import("@hd-front-end/element-plus/es/utils").Mutable<{}>, boolean>; readonly md: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, () => import("@hd-front-end/element-plus/es/utils").Mutable<{}>, boolean>; readonly lg: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, () => import("@hd-front-end/element-plus/es/utils").Mutable<{}>, boolean>; readonly xl: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, () => import("@hd-front-end/element-plus/es/utils").Mutable<{}>, boolean>; }; export type ColProps = ExtractPropTypes; export type ColPropsPublic = __ExtractPublicPropTypes; export type ColInstance = InstanceType & unknown;