/** @typedef {typeof __propDef.props} BiExcludeProps */ /** @typedef {typeof __propDef.events} BiExcludeEvents */ /** @typedef {typeof __propDef.slots} BiExcludeSlots */ export default class BiExclude extends SvelteComponentTyped<{}, { [evt: string]: CustomEvent; }, {}> { } export type BiExcludeProps = typeof __propDef.props; export type BiExcludeEvents = typeof __propDef.events; export type BiExcludeSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};