import type { RadioGroupProps as AntRadioGroupProps, RadioProps as AntRadioProps, ColProps } from 'ant-design-vue'; import { ExtractPropTypes } from 'vue'; import type RadioGroup from './radio-button.vue'; import type RadioButton from './radio-group.vue'; import type Radio from './radio.vue'; type option = AntRadioGroupProps & { colOptions?: ColProps; label?: string; span?: number; icon?: string; }; export declare const radioGroupProps: { 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; readonly optionType: import("ll-plus/es/utils").EpPropFinalized; }; export type RadioProps = AntRadioProps; export type RadioButtonProps = AntRadioProps; export type RadioGroupProps = ExtractPropTypes; export type RadioInstance = InstanceType; export type RadioButtonInstance = InstanceType; export type RadioGroupInstance = InstanceType; export {};