import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const Cog8ToothIcon: import("svelte").Component<Props, {}, "">;
type Cog8ToothIcon = ReturnType<typeof Cog8ToothIcon>;
export default Cog8ToothIcon;
