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