import { type IconProps } from "../../../base/index.ts";
declare const Cog6Tooth: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type Cog6Tooth = ReturnType<typeof Cog6Tooth>;
export default Cog6Tooth;
