import type { ScopeDomElements, ScopeDomIds, ScopeWithIds } from "@qualcomm-ui/utils/machine"; import type { RadioElementIds, RadioSchema } from "../radio.types.js"; type Scope = ScopeWithIds; export declare const domIds: ScopeDomIds; export declare const domEls: ScopeDomElements; export declare function getInputEls(ctx: Scope): HTMLInputElement[]; export declare function getFirstEnabledInputEl(ctx: Scope): HTMLInputElement | null | undefined; export declare function getFirstEnabledAndCheckedInputEl(ctx: Scope): HTMLInputElement | null | undefined; export {}; //# sourceMappingURL=radio.dom.d.ts.map