import type { returnType } from '../../_utils';
import type { ExtractPropTypes } from 'vue';
export declare const dktransition: {
readonly isActive: returnType<BooleanConstructor, boolean>;
};
export type DktransitionProps = ExtractPropTypes<typeof dktransition>;