import type { ColSize } from './interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly tag: { readonly type: StringConstructor; readonly default: "div"; }; readonly span: { readonly type: NumberConstructor; readonly default: 24; }; readonly offset: { readonly type: NumberConstructor; readonly default: 0; }; readonly pull: { readonly type: NumberConstructor; readonly default: 0; }; readonly push: { readonly type: NumberConstructor; readonly default: 0; }; readonly xs: { readonly type: PropType; readonly default: () => {}; }; readonly sm: { readonly type: PropType; readonly default: () => {}; }; readonly md: { readonly type: PropType; readonly default: () => {}; }; readonly lg: { readonly type: PropType; readonly default: () => {}; }; readonly xl: { readonly type: PropType; readonly default: () => {}; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly default: () => {}; }; readonly sm: { readonly type: PropType; readonly default: () => {}; }; readonly md: { readonly type: PropType; readonly default: () => {}; }; readonly lg: { readonly type: PropType; readonly default: () => {}; }; readonly xl: { readonly type: PropType; readonly default: () => {}; }; }>>, { readonly push: number; readonly span: number; readonly tag: string; readonly offset: number; readonly pull: number; readonly xs: ColSize; readonly sm: ColSize; readonly md: ColSize; readonly lg: ColSize; readonly xl: ColSize; }, {}>; export default _sfc_main;