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