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