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