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