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