import React from 'react'; export declare const Checkbox: ({ [SLOT.id]: dataId, [SLOT.dnd]: dataDnd, ...rest }: { [x: string]: any; }) => React.JSX.Element; export declare const CheckboxGroup: React.ForwardRefExoticComponent, "ref"> & { ref?: React.Ref; } & import("@cuvp1225/boot").TangoComponentProps, "ref"> & React.RefAttributes>;