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