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