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