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