import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const UnlockedOutlined: React.MemoExoticComponent>; declare type UnlockedOutlinedRef = PathIconRef; declare type UnlockedOutlinedProps = PathIconProps; export { UnlockedOutlined }; export type { UnlockedOutlinedRef, UnlockedOutlinedProps }; export default UnlockedOutlined;