import type { SVGAttributes } from "react"; interface IconProps extends SVGAttributes { size?: number; } export declare function IconSettings({ size, ...props }: IconProps): import("react").JSX.Element; export {}; //# sourceMappingURL=IconSettings.d.ts.map