import CheckboxCard from "../CheckboxCard/CheckboxCard.js"; export type RadioCardProps = Omit, "type" | "indeterminate" | "ref">; /** * Alias for `` * * @see https://bifrost.intility.com/react/radiocard */ declare const RadioCard: import("react").ForwardRefExoticComponent>; export default RadioCard;