import React from "react"; interface Props { width?: number; height?: number; } export declare const LockIcon: React.FC; export {};