import type { SVGProps } from "react"; export interface UnlockIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function UnlockIcon({ className, size, color, ...props }: UnlockIconProps): import("react").JSX.Element; //# sourceMappingURL=unlock-icon.d.ts.map