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