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