import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardCursorIconConfig: {
  name: 'RhStandardCursorIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"m27.442 20.558-16-16A.627.627 0 0 0 10.375 5v21.71a.625.625 0 0 0 1.067.442l3.577-3.576 3.41 7.678a.626.626 0 0 0 .825.317l5.01-2.23a.625.625 0 0 0 .317-.825l-3.069-6.891H27a.626.626 0 0 0 .442-1.067Zm-6.892-.183a.624.624 0 0 0-.57.879l3.205 7.2-3.868 1.72-3.526-7.938a.622.622 0 0 0-.57-.37.625.625 0 0 0-.443.182L11.625 25.2V6.51l13.866 13.866H20.55Z"},
  rhUiIcon: null,
};
export declare const RhStandardCursorIcon: ComponentClass<SVGIconProps>;
export default RhStandardCursorIcon;