import type { TypedBindVariable } from './BindVariable.js'; import type { InputHTMLAttributes } from '../../../types/jsx/html.js'; import { TungstenSimpleComponent } from '../../Components.jsx'; import { DetailedHTMLProps } from '../../../types/jsx/jsx.js'; type BasicProps = {}; export type BindableRadioProps = DetailedHTMLProps, HTMLInputElement> & BasicProps & { value: O[K]; bindRadio?: TypedBindVariable; }; export declare class BindableRadio extends TungstenSimpleComponent> { content: () => import("../../ContentNode.js").ContentNode; } export {}; //# sourceMappingURL=BindableRadio.d.ts.map