import { RadioProps as MuiRadioProps } from '@mui/material'; export interface RadioProps extends Omit { label?: string; title?: string; onChange: (event: any) => void; selectedValue: string; } export declare const Radio: ({ label, title, value, disabled, onChange, selectedValue, }: RadioProps) => import("react/jsx-runtime").JSX.Element; export default Radio; //# sourceMappingURL=index.d.ts.map