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