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