import { type EnhancedComponent } from '../../utils'; import _PuzzleVerify from './puzzle-verify.vue'; export declare const PuzzleVerify: EnhancedComponent; export default PuzzleVerify; export type { PuzzleVerifyProps, PuzzleVerifySlots, PuzzleVerifyEmits, PuzzleVerifyExpose, } from './common';