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