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