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