///
import { CheckboxProps } from '../type';
interface CheckboxWrapperProps extends CheckboxProps {
value?: any;
}
export declare const CheckboxWrapper: import("styled-components").StyledComponent & import("react").RefAttributes>, any, CheckboxWrapperProps, never>;
export {};