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