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