import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const EastIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default EastIcon;
