import { CheckboxProps } from "@ducor/types";
export declare const Checkbox: ({ label, withAsterisk, direction, name, helperText, id, className, disabled, options, }: CheckboxProps) => import("react/jsx-runtime").JSX.Element;
