import React from 'react';
import type { ICheckboxWithLabelStandAlone } from './types/checkboxWithLabel';
declare const CheckboxWithLabelStandAlone: <V extends string | unknown>(props: ICheckboxWithLabelStandAlone<V> & {
    ref?: React.ForwardedRef<HTMLDivElement> | undefined | null;
}) => JSX.Element;
export { CheckboxWithLabelStandAlone };
