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