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