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