import { CheckboxProps } from './props'; /** * @name Checkbox * * @description Checkbox component for user input, it can be used to select multiple options from a list. It can be used in forms, surveys, etc. * * @param {CheckboxProps} props - Props for the Checkbox component. * * @param {string} props.className - Additional class names for styling. * * @param {string} props.label - Label text for the checkbox. * * @param {Colors} props.color - Color of the checkbox. * * @param {DeepPartial} props.theme - Custom theme for the checkbox. * * @author Pol Gubau - Mesalvo, SUS * * @returns {React.ReactNode} - Rendered Checkbox component. */ export declare const Checkbox: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=Checkbox.d.ts.map