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