import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgKeyboardArrowRight: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgKeyboardArrowRight; //# sourceMappingURL=KeyboardArrowRight.d.ts.map