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