import type { IconProps } from '../types/index'; declare function SvgUnlocked(iconProps: IconProps): JSX.Element; declare namespace SvgUnlocked { var displayName: string; } export default SvgUnlocked;