import React from 'react';
import type { FCWithSlotMarker } from '../../../utils/types';
type CheckboxOrRadioGroupCaptionProps = React.PropsWithChildren<{
    className?: string;
}>;
declare const CheckboxOrRadioGroupCaption: FCWithSlotMarker<CheckboxOrRadioGroupCaptionProps>;
export default CheckboxOrRadioGroupCaption;
//# sourceMappingURL=CheckboxOrRadioGroupCaption.d.ts.map