declare function __VLS_template(): {
    attrs: Partial<{}>;
    slots: {
        default?(_: {}): any;
    };
    refs: {};
    rootEl: HTMLDivElement;
};
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
    /** 显示的悖论文本 */
    content: {
        type: StringConstructor;
        default: string;
    };
    /** 鼠标悬停提示 */
    tooltip: {
        type: StringConstructor;
        default: string;
    };
    /** 是否启用动画 */
    animated: {
        type: BooleanConstructor;
        default: boolean;
    };
    /** 变换类型 */
    transform: {
        type: StringConstructor;
        default: string;
        validator: (value: string) => boolean;
    };
    /** 动画速度 */
    speed: {
        type: StringConstructor;
        default: string;
        validator: (value: string) => boolean;
    };
    /** 是否启用悬停效果 */
    hoverEffect: {
        type: BooleanConstructor;
        default: boolean;
    };
    /** 是否无限循环 */
    infinite: {
        type: BooleanConstructor;
        default: boolean;
    };
}>, {
    pause: () => void;
    resume: () => void;
    reset: () => void;
    isPaused: import('vue').Ref<boolean, boolean>;
    currentFrame: import('vue').Ref<number, number>;
    infinite: import('vue').ComputedRef<boolean>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    /** 显示的悖论文本 */
    content: {
        type: StringConstructor;
        default: string;
    };
    /** 鼠标悬停提示 */
    tooltip: {
        type: StringConstructor;
        default: string;
    };
    /** 是否启用动画 */
    animated: {
        type: BooleanConstructor;
        default: boolean;
    };
    /** 变换类型 */
    transform: {
        type: StringConstructor;
        default: string;
        validator: (value: string) => boolean;
    };
    /** 动画速度 */
    speed: {
        type: StringConstructor;
        default: string;
        validator: (value: string) => boolean;
    };
    /** 是否启用悬停效果 */
    hoverEffect: {
        type: BooleanConstructor;
        default: boolean;
    };
    /** 是否无限循环 */
    infinite: {
        type: BooleanConstructor;
        default: boolean;
    };
}>> & Readonly<{}>, {
    speed: string;
    infinite: boolean;
    content: string;
    tooltip: string;
    animated: boolean;
    transform: string;
    hoverEffect: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
//# sourceMappingURL=Paradox.vue.d.ts.map