import type { FunctionalComponent } from 'vue'; declare const Check: FunctionalComponent<{}, {}>; export default Check;