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