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