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