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