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