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