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