import React from "react";
import { RadioOptions } from "./Radio";
export declare function getChecked(options: RadioOptions): boolean;
export declare function useInitialChecked(options: RadioOptions): void;
export declare function fireChange(element: HTMLElement, onChange?: React.ChangeEventHandler): void;
