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