import type { ExtractPublicPropTypes } from '../../_utils'; import { type PropType } from 'vue'; export declare const defaultSpan = 1; export declare const gridItemProps: { readonly span: { readonly type: PropType; readonly default: 1; }; readonly offset: { readonly type: PropType; readonly default: 0; }; readonly suffix: BooleanConstructor; readonly privateOffset: NumberConstructor; readonly privateSpan: NumberConstructor; readonly privateColStart: NumberConstructor; readonly privateShow: { readonly type: BooleanConstructor; readonly default: true; }; }; export declare const gridItemPropKeys: ("span" | "offset" | "suffix" | "privateSpan" | "privateColStart" | "privateShow" | "privateOffset")[]; export type GridItemProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent; readonly default: 1; }; readonly offset: { readonly type: PropType; readonly default: 0; }; readonly suffix: BooleanConstructor; readonly privateOffset: NumberConstructor; readonly privateSpan: NumberConstructor; readonly privateColStart: NumberConstructor; readonly privateShow: { readonly type: BooleanConstructor; readonly default: true; }; }>, { overflow: import("vue").Ref; itemStyle: import("vue").Ref; layoutShiftDisabled: import("vue").Ref; mergedXGap: import("vue").ComputedRef; deriveStyle: () => { display: string; gridColumn: string; marginLeft: string; }; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: 1; }; readonly offset: { readonly type: PropType; readonly default: 0; }; readonly suffix: BooleanConstructor; readonly privateOffset: NumberConstructor; readonly privateSpan: NumberConstructor; readonly privateColStart: NumberConstructor; readonly privateShow: { readonly type: BooleanConstructor; readonly default: true; }; }>> & Readonly<{}>, { readonly span: string | number; readonly offset: string | number; readonly suffix: boolean; readonly privateShow: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;