import React from 'react'; import { type StyledOptionProps } from '../styles'; import type { RadioControlGroupOptionProps } from '../RadioControlGroupOption'; type RadioOptionProps = Omit & StyledOptionProps; export declare const RadioOption: ({ label, value, error, ...props }: RadioOptionProps) => React.JSX.Element; export {}; //# sourceMappingURL=RadioOption.d.ts.map