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