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