import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardSmartwatchIconConfig: {
  name: 'RhStandardSmartwatchIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M15.86 16.52a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Zm0 4.22a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Zm4.26 0a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Zm0-4.22a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Z"},{"path":"m22.58 9.43-1-4.56a.73.73 0 0 0-.58-.48h-6a.67.67 0 0 0-.59.49l-1 4.56a3.62 3.62 0 0 0-3 3.57V23a3.62 3.62 0 0 0 3 3.57l1 4.56a.65.65 0 0 0 .61.49h6a.59.59 0 0 0 .61-.5l1-4.56a3.62 3.62 0 0 0 3-3.57V13a3.62 3.62 0 0 0-3.05-3.57Zm-7.07-3.81h5l.8 3.76h-6.6Zm5 24.76h-5l-.8-3.76h6.58ZM24.38 23A2.39 2.39 0 0 1 22 25.38h-8A2.39 2.39 0 0 1 11.62 23V13A2.39 2.39 0 0 1 14 10.62h8A2.39 2.39 0 0 1 24.38 13ZM27 14.38a.62.62 0 0 0-.62.62v3a.62.62 0 0 0 1.24 0v-3a.62.62 0 0 0-.62-.62Z"},{"path":"M21 17.34a.63.63 0 0 0-.62.63.62.62 0 0 0 .63.62.61.61 0 0 0 .62-.62.61.61 0 0 0-.63-.63Zm-5.37.66a.64.64 0 0 0-.63-.62.63.63 0 1 0 .63.62ZM18 20.37a.64.64 0 0 0-.63.63.63.63 0 1 0 .63-.63Zm0-4.74a.64.64 0 0 0 .6-.63.62.62 0 0 0-.63-.61.62.62 0 0 0-.62.62.63.63 0 0 0 .65.62Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardSmartwatchIcon: ComponentClass<SVGIconProps>;
export default RhStandardSmartwatchIcon;