import type { returnType } from '../../_utils'; import type { PropType, ExtractPropTypes } from 'vue'; export declare const DKshadowProps: { type: returnType, string | null>; shadowClass: returnType, string | null>; hoverType: returnType; hoverClass: returnType, string | null>; borderColor: returnType, string | null>; }; export type dkshadowProps = ExtractPropTypes;