import type { FC, HTMLAttributes } from 'react'; export type RadioDescriptionProps = Omit, 'className'>; export declare const RadioDescription: FC;