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