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