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