import { type RowSlots, type RowProps, type RowSize } from './row'; type __VLS_Slots = RowSlots; declare const __VLS_component: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onSize-change"?: ((size: RowSize) => any) | undefined; }>, { tag: string; gutter: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };