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