import { IconProps } from '../lib';
declare function Key(props: IconProps): JSX.Element;
export default Key;
