import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardConfidentialIconConfig: {
  name: 'RhStandardConfidentialIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M32.52 17.65a17.6 17.6 0 0 0-20.58-6.59l-4.5-4.5c-.56-.56-1.44.32-.88.88l4.77 4.77 17.23 17.23a.62.62 0 0 0 .88-.88l-4.13-4.13a17.49 17.49 0 0 0 7.21-6.08.64.64 0 0 0 0-.7ZM20.79 19.9l-4.69-4.69a3.38 3.38 0 0 1 4.69 4.69Zm3.58 3.58-2.7-2.69a4.61 4.61 0 0 0-6.46-6.46L12.92 12a16.35 16.35 0 0 1 18.32 6 16.29 16.29 0 0 1-6.87 5.48ZM21 24.51A16.36 16.36 0 0 1 4.76 18a16.62 16.62 0 0 1 4.68-4.36.62.62 0 1 0-.66-1.06 17.91 17.91 0 0 0-5.3 5.07.64.64 0 0 0 0 .7 17.64 17.64 0 0 0 17.76 7.39.63.63 0 0 0-.24-1.23Z"},{"path":"M18.62 22a.61.61 0 0 0-.62-.62A3.39 3.39 0 0 1 14.62 18a.62.62 0 0 0-1.24 0A4.62 4.62 0 0 0 18 22.62a.61.61 0 0 0 .62-.62Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardConfidentialIcon: ComponentClass<SVGIconProps>;
export default RhStandardConfidentialIcon;