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