declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
    $slots: S;
});
declare const __VLS_component: import('vue').DefineComponent<{}, {
    justifyContent: string;
    alignItems: string;
    item: boolean;
    spacing: string | number;
    container: boolean;
    direction: string;
    xs?: string | number | undefined;
    sm?: string | number | undefined;
    md?: string | number | undefined;
    lg?: string | number | undefined;
    xl?: string | number | undefined;
    $props: {
        readonly justifyContent?: string | undefined;
        readonly alignItems?: string | undefined;
        readonly item?: boolean | undefined;
        readonly spacing?: string | number | undefined;
        readonly container?: boolean | undefined;
        readonly direction?: string | undefined;
        readonly xs?: string | number | undefined;
        readonly sm?: string | number | undefined;
        readonly md?: string | number | undefined;
        readonly lg?: string | number | undefined;
        readonly xl?: string | number | undefined;
    };
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
type __VLS_TemplateResult = {
    attrs: Partial<{}>;
    slots: {
        default?(_: {}): any;
    };
    refs: {};
    rootEl: HTMLDivElement;
};
//# sourceMappingURL=Grid.vue.d.ts.map