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