import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardServerStackSecuredIconConfig: {
  name: 'RhStandardServerStackSecuredIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M27 10.62a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Zm0 8a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Z"},{"path":"M31 4.38H5a.62.62 0 0 0-.62.62v26a.62.62 0 0 0 .62.62h18a.62.62 0 0 0 0-1.24H5.62V5.62h24.76V22a.62.62 0 0 0 1.24 0V5a.62.62 0 0 0-.62-.62Z"},{"path":"M15 9.38H9a.62.62 0 0 0 0 1.24h6a.62.62 0 0 0 0-1.24Zm0 16H9a.62.62 0 1 0 0 1.24h6a.62.62 0 0 0 0-1.24Zm0-8H9a.62.62 0 0 0 0 1.24h6a.62.62 0 0 0 0-1.24Zm16.13 6.56-3-.64a.57.57 0 0 0-.26 0l-3 .64a.61.61 0 0 0-.49.61V28a3.62 3.62 0 0 0 7.24 0v-3.45a.61.61 0 0 0-.49-.61Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardServerStackSecuredIcon: ComponentClass<SVGIconProps>;
export default RhStandardServerStackSecuredIcon;