import type { ExtractPropTypes } from 'vue'; import type { CheckboxOptionType, ColProps } from 'ant-design-vue'; import type Checkbox from './checkbox.vue'; import type CheckboxGroup from './checkbox-group.vue'; type option = CheckboxOptionType & { colOptions?: ColProps; label: string; span?: number; }; export declare const checkboxProps: { readonly checkboxLabel: import("ll-plus/es/utils").EpPropFinalized; }; export declare const checkboxGroupProps: { readonly options: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => any[], boolean>; readonly useGrid: import("ll-plus/es/utils").EpPropFinalized; readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized; default: "middle" | "top" | "bottom" | "stretch" | { xs?: "middle" | "top" | "bottom" | "stretch"; sm?: "middle" | "top" | "bottom" | "stretch"; md?: "middle" | "top" | "bottom" | "stretch"; lg?: "middle" | "top" | "bottom" | "stretch"; xl?: "middle" | "top" | "bottom" | "stretch"; xxl?: "middle" | "top" | "bottom" | "stretch"; }; }; justify: { type: import("vue").PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | { xs?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly"; sm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly"; md?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly"; lg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly"; xl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly"; xxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly"; }>; default: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | { xs?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly"; sm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly"; md?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly"; lg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly"; xl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly"; xxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly"; }; }; prefixCls: StringConstructor; gutter: { type: import("vue").PropType; default: import("ant-design-vue/es/grid/Row").Gutter | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter]; }; wrap: { type: BooleanConstructor; default: any; }; }>>>, unknown, unknown, () => void, boolean>; readonly gutterHorizontal: import("ll-plus/es/utils").EpPropFinalized; readonly gutterVertical: import("ll-plus/es/utils").EpPropFinalized; readonly allSpan: import("ll-plus/es/utils").EpPropFinalized; readonly direction: import("ll-plus/es/utils").EpPropFinalized; readonly itemSpace: import("ll-plus/es/utils").EpPropFinalized; }; export type CheckboxProps = ExtractPropTypes; export type CheckboxGroupProps = ExtractPropTypes; export type CheckboxInstance = InstanceType; export type CheckboxGroupInstance = InstanceType; export {};