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