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