import { ExtractPublicPropTypes } from "naive-ui/es/_utils"; import { CSSProperties } from "vue"; declare const gridProps: { readonly style: { readonly type: PropType; readonly default: {}; }; readonly responsive: { readonly type: PropType<"self" | "screen">; readonly default: "self"; }; readonly cols: { readonly type: PropType; readonly default: 24; }; readonly itemResponsive: BooleanConstructor; readonly collapsed: BooleanConstructor; readonly collapsedRows: { readonly type: NumberConstructor; readonly default: 1; }; readonly itemStyle: PropType; readonly xGap: { readonly type: PropType; readonly default: 0; }; readonly yGap: { readonly type: PropType; readonly default: 0; }; }; export declare type GridProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ readonly style: { readonly type: PropType; readonly default: {}; }; readonly responsive: { readonly type: PropType<"self" | "screen">; readonly default: "self"; }; readonly cols: { readonly type: PropType; readonly default: 24; }; readonly itemResponsive: BooleanConstructor; readonly collapsed: BooleanConstructor; readonly collapsedRows: { readonly type: NumberConstructor; readonly default: 1; }; readonly itemStyle: PropType; readonly xGap: { readonly type: PropType; readonly default: 0; }; readonly yGap: { readonly type: PropType; readonly default: 0; }; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly default: {}; }; readonly responsive: { readonly type: PropType<"self" | "screen">; readonly default: "self"; }; readonly cols: { readonly type: PropType; readonly default: 24; }; readonly itemResponsive: BooleanConstructor; readonly collapsed: BooleanConstructor; readonly collapsedRows: { readonly type: NumberConstructor; readonly default: 1; }; readonly itemStyle: PropType; readonly xGap: { readonly type: PropType; readonly default: 0; }; readonly yGap: { readonly type: PropType; readonly default: 0; }; }>>, { readonly style: string | CSSProperties; readonly responsive: "self" | "screen"; readonly cols: string | number; readonly itemResponsive: boolean; readonly collapsed: boolean; readonly collapsedRows: number; readonly xGap: string | number; readonly yGap: string | number; }>; export default _default;