/** @typedef {typeof __propDef.props} Cog6ToothIconProps */ /** @typedef {typeof __propDef.events} Cog6ToothIconEvents */ /** @typedef {typeof __propDef.slots} Cog6ToothIconSlots */ export default class Cog6ToothIcon extends SvelteComponentTyped<{ [x: string]: any; }, { [evt: string]: CustomEvent; }, {}> { } export type Cog6ToothIconProps = typeof __propDef.props; export type Cog6ToothIconEvents = typeof __propDef.events; export type Cog6ToothIconSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { [x: string]: any; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};