import type { DefineComponent } from 'vue';
declare const Arrow: DefineComponent<any, any, any>;
export default Arrow;
export { Arrow };
