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