import { DropdownRadioItemProps } from "./Dropdown.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";

//#region src/components/Dropdown/DropdownRadioItem.d.ts
declare const DropdownRadioItem: {
  ({
    condensed,
    disabled,
    id,
    label,
    rainbow,
    value,
    ...props
  }: DropdownRadioItemProps): _$react_jsx_runtime0.JSX.Element;
  displayName: string;
};
//#endregion
export { DropdownRadioItem };
//# sourceMappingURL=DropdownRadioItem.d.ts.map