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