import { default as React } from 'react';
import { IconStyles } from './types';
interface KeyboardArrowRightIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const KeyboardArrowRightIcon: React.FC<KeyboardArrowRightIconProps>;
export default KeyboardArrowRightIcon;
//# sourceMappingURL=KeyboardArrowRight.d.ts.map