import type { ExtractPropTypes } from 'vue'; import type Col from './col.vue'; export declare type ColSizeObject = { span?: number; offset?: number; pull?: number; push?: number; }; export declare type ColSize = number | ColSizeObject; export declare const colProps: { readonly tag: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly span: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly offset: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly pull: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly push: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly xs: import("@inte-cloud/lit-element/es/utils").EpPropFinalized<(new (...args: any[]) => ColSize & {}) | (() => ColSize) | ((new (...args: any[]) => ColSize & {}) | (() => ColSize))[], unknown, unknown, () => import("@inte-cloud/lit-element/es/utils").Mutable<{}>, boolean>; readonly sm: import("@inte-cloud/lit-element/es/utils").EpPropFinalized<(new (...args: any[]) => ColSize & {}) | (() => ColSize) | ((new (...args: any[]) => ColSize & {}) | (() => ColSize))[], unknown, unknown, () => import("@inte-cloud/lit-element/es/utils").Mutable<{}>, boolean>; readonly md: import("@inte-cloud/lit-element/es/utils").EpPropFinalized<(new (...args: any[]) => ColSize & {}) | (() => ColSize) | ((new (...args: any[]) => ColSize & {}) | (() => ColSize))[], unknown, unknown, () => import("@inte-cloud/lit-element/es/utils").Mutable<{}>, boolean>; readonly lg: import("@inte-cloud/lit-element/es/utils").EpPropFinalized<(new (...args: any[]) => ColSize & {}) | (() => ColSize) | ((new (...args: any[]) => ColSize & {}) | (() => ColSize))[], unknown, unknown, () => import("@inte-cloud/lit-element/es/utils").Mutable<{}>, boolean>; readonly xl: import("@inte-cloud/lit-element/es/utils").EpPropFinalized<(new (...args: any[]) => ColSize & {}) | (() => ColSize) | ((new (...args: any[]) => ColSize & {}) | (() => ColSize))[], unknown, unknown, () => import("@inte-cloud/lit-element/es/utils").Mutable<{}>, boolean>; }; export declare type ColProps = ExtractPropTypes; export declare type ColInstance = InstanceType;