import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardAppSecuredIconConfig: {
  name: 'RhStandardAppSecuredIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M31 4.38H5a.61.61 0 0 0-.62.62v26a.61.61 0 0 0 .62.62h17a.62.62 0 0 0 0-1.24H5.62V5.62h24.76V21a.62.62 0 0 0 1.24 0V5a.61.61 0 0 0-.62-.62Z"},{"path":"m31.13 24-3-.64a.57.57 0 0 0-.26 0l-3 .64a.62.62 0 0 0-.49.61v3.46a3.62 3.62 0 0 0 7.24 0v-3.48a.62.62 0 0 0-.49-.59ZM25 8.37a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Zm2 0a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardAppSecuredIcon: ComponentClass<SVGIconProps>;
export default RhStandardAppSecuredIcon;