import React from "react"; import { IconColor } from "../icons/iconColors"; interface PasswordLockIconProps { color?: IconColor; hoverColor?: IconColor; } export declare const PasswordLockIcon: React.FC; export {};