import type { returnType } from '../..';
import type { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
declare const _sfc_main: DefineComponent<{
    readonly isActive: returnType<BooleanConstructor, boolean>;
}, {
    dkTransition: Ref<HTMLButtonElement | undefined>;
    codeHeight: ComputedRef<string>;
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
    readonly isActive: returnType<BooleanConstructor, boolean>;
}>>, {
    readonly isActive: boolean;
}, {}>;
export default _sfc_main;
