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