/// import { IconProps } from '../../types'; declare const Key: (allProps: IconProps) => JSX.Element; export default Key;