import { FC } from "react"; import { IconProps } from "./../BaseIcon"; declare const LockIcon: FC; export default LockIcon;