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