import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiUnlockFillIconConfig: {
  name: 'RhUiUnlockFillIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M28.5 12H15V8c0-3.859-3.141-7-7-7S1 4.141 1 8v5a1 1 0 1 0 2 0V8c0-2.757 2.243-5 5-5s5 2.243 5 5v4h-1.5c-.827 0-1.5.673-1.5 1.5v15c0 .827.673 1.5 1.5 1.5h17c.827 0 1.5-.673 1.5-1.5v-15c0-.827-.673-1.5-1.5-1.5ZM20 22.75a1.75 1.75 0 1 1 0-3.5 1.75 1.75 0 0 1 0 3.5Z"},
  rhUiIcon: null,
};
export declare const RhUiUnlockFillIcon: ComponentClass<SVGIconProps>;
export default RhUiUnlockFillIcon;