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