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