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