import type { returnType } from '../../_utils'; import type { PropType, type ExtractPropTypes } from 'vue'; import type { dkPlusSize } from '../../_interface'; export declare const switchProps: { modelValue: returnType; disabled: returnType; size: returnType, dkPlusSize | null>; checkedColor: { type: StringConstructor; default: () => string | null; }; uncheckedColor: { type: StringConstructor; default: () => string | null; }; checkedText: returnType, "" | null>; uncheckedText: returnType, "" | null>; width: returnType, string | null>; checkedIcon: returnType, "" | null>; uncheckedIcon: returnType, "" | null>; loading: returnType; checkedCustomIcon: returnType, "" | null>; uncheckedCustomIcon: returnType, "" | null>; }; export type SwitchPropsType = ExtractPropTypes;