import { ExtractPropTypes, InjectionKey, PropType } from 'vue'; declare const cellGroupProps: { /** * 单元格之间的间距 */ gutter: { type: NumberConstructor; default: number; }; /** * 整体宽度 */ width: { type: PropType; validator: (value: number | string) => boolean; default: string; }; /** * 隐藏第一个单元格间距 */ hideFirstMargin: { type: PropType; default: boolean; }; /** * 隐藏最后一个单元格间距 */ hideLastMargin: { type: PropType; default: boolean; }; }; export type CellGroupProps = ExtractPropTypes; interface CellGroupContext { } declare const CellGroupKey: InjectionKey; export { CellGroupKey }; declare const _default: import('vue').DefineComponent; validator: (value: number | string) => boolean; default: string; }; /** * 隐藏第一个单元格间距 */ hideFirstMargin: { type: PropType; default: boolean; }; /** * 隐藏最后一个单元格间距 */ hideLastMargin: { type: PropType; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; validator: (value: number | string) => boolean; default: string; }; /** * 隐藏第一个单元格间距 */ hideFirstMargin: { type: PropType; default: boolean; }; /** * 隐藏最后一个单元格间距 */ hideLastMargin: { type: PropType; default: boolean; }; }>> & Readonly<{}>, { width: string | number; gutter: number; hideFirstMargin: boolean; hideLastMargin: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;