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