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