/** @typedef {typeof __propDef.props} OffscreenPlacementStoryProps */ /** @typedef {typeof __propDef.events} OffscreenPlacementStoryEvents */ /** @typedef {typeof __propDef.slots} OffscreenPlacementStorySlots */ export default class OffscreenPlacementStory extends SvelteComponentTyped<{ [x: string]: any; }, { [evt: string]: CustomEvent; }, {}> { } export type OffscreenPlacementStoryProps = typeof __propDef.props; export type OffscreenPlacementStoryEvents = typeof __propDef.events; export type OffscreenPlacementStorySlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { [x: string]: any; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};