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