import type { returnType } from '../../_utils'; import type { PropType, ExtractPropTypes } from 'vue'; export declare const dkScrollbar: { width: returnType, string | null>; height: returnType, string | null>; barWidth: returnType, string | null>; thumbRadius: returnType, string | null>; trackColor: returnType, string | null>; thumbColor: returnType, string | null>; }; export type DkScrollbarType = ExtractPropTypes;