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