type GridProps = { flex?: boolean; type?: string; mode?: string; dir?: string; gap?: number | string; padding?: number | string; paddingPosition?: string; height?: number | string; verticalAlign?: string; va?: string; col?: number | string; wrap?: boolean; }; declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, { mode: string; flex: boolean; type: string; col: number | string; height: number | string; padding: number | string; dir: string; paddingPosition: string; wrap: boolean; gap: number | string; verticalAlign: string; va: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };