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