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