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