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