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