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