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