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