import type { NeoRadioButtonProps } from './neo-radio-button.model.js';
declare const NeoRadioButton: import("svelte").Component<NeoRadioButtonProps, {}, "checked" | "touched">;
type NeoRadioButton = ReturnType<typeof NeoRadioButton>;
export default NeoRadioButton;