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