/// import { CheckboxProps } from './checkbox.interfaces'; export declare const Checkbox: { ({ checked, className, disabled, id, inputRef, onClick, label, caption, captionType, status, }: CheckboxProps): JSX.Element; defaultTheme: ({ support, typography, colors, baseColors }: import("../..").CommonTheme) => [string, { cursor: string; height: string; width: string; borderStyle: string; borderWidth: string; borderRadius: string; outlineWidth: string; outlineColor: string; textFontFamily: string; textFontSize: string; textFontWeight: number; textLineHeight: string; textSpace: string; padding: string; focusInsetShadowLength: string; status: { basic: { textColor: string; backgroundColor: string; borderColor: string; checkedBackgroundColor: string; checkedBorderColor: string; checkedCheckmarkColor: string; indeterminateBackgroundColor: string; indeterminateBorderColor: string; indeterminateCheckmarkColor: string; focusBackgroundColor: string; focusBorderColor: string; focusCheckedBackgroundColor: string; focusCheckedBorderColor: string; hoverBackgroundColor: string; hoverBorderColor: string; hoverCheckedBackgroundColor: string; hoverCheckedBorderColor: string; activeBackgroundColor: string; activeBorderColor: string; activeCheckedBackgroundColor: string; activeCheckedBorderColor: string; disabledBackgroundColor: string; disabledBorderColor: string; disabledCheckmarkColor: string; disabledTextColor: string; disabledCheckedBackgroundColor: string; disabledCheckedBorderColor: string; }; primary: { textColor: string; backgroundColor: string; borderColor: string; checkedBackgroundColor: string; checkedBorderColor: string; checkedCheckmarkColor: string; indeterminateBackgroundColor: string; indeterminateBorderColor: string; indeterminateCheckmarkColor: string; focusBackgroundColor: string; focusBorderColor: string; focusCheckedBackgroundColor: string; focusCheckedBorderColor: string; hoverBackgroundColor: string; hoverBorderColor: string; hoverCheckedBackgroundColor: string; hoverCheckedBorderColor: string; activeBackgroundColor: string; activeBorderColor: string; activeCheckedBackgroundColor: string; activeCheckedBorderColor: string; disabledBackgroundColor: string; disabledBorderColor: string; disabledCheckmarkColor: string; disabledTextColor: string; disabledCheckedBackgroundColor: string; disabledCheckedBorderColor: string; }; success: { textColor: string; backgroundColor: string; borderColor: string; checkedBackgroundColor: string; checkedBorderColor: string; checkedCheckmarkColor: string; indeterminateBackgroundColor: string; indeterminateBorderColor: string; indeterminateCheckmarkColor: string; focusBackgroundColor: string; focusBorderColor: string; focusCheckedBackgroundColor: string; focusCheckedBorderColor: string; hoverBackgroundColor: string; hoverBorderColor: string; hoverCheckedBackgroundColor: string; hoverCheckedBorderColor: string; activeBackgroundColor: string; activeBorderColor: string; activeCheckedBackgroundColor: string; activeCheckedBorderColor: string; disabledBackgroundColor: string; disabledBorderColor: string; disabledCheckmarkColor: string; disabledTextColor: string; disabledCheckedBackgroundColor: string; disabledCheckedBorderColor: string; }; info: { textColor: string; backgroundColor: string; borderColor: string; checkedBackgroundColor: string; checkedBorderColor: string; checkedCheckmarkColor: string; indeterminateBackgroundColor: string; indeterminateBorderColor: string; indeterminateCheckmarkColor: string; focusBackgroundColor: string; focusBorderColor: string; focusCheckedBackgroundColor: string; focusCheckedBorderColor: string; hoverBackgroundColor: string; hoverBorderColor: string; hoverCheckedBackgroundColor: string; hoverCheckedBorderColor: string; activeBackgroundColor: string; activeBorderColor: string; activeCheckedBackgroundColor: string; activeCheckedBorderColor: string; disabledBackgroundColor: string; disabledBorderColor: string; disabledCheckmarkColor: string; disabledTextColor: string; disabledCheckedBackgroundColor: string; disabledCheckedBorderColor: string; }; warning: { textColor: string; backgroundColor: string; borderColor: string; checkedBackgroundColor: string; checkedBorderColor: string; checkedCheckmarkColor: string; indeterminateBackgroundColor: string; indeterminateBorderColor: string; indeterminateCheckmarkColor: string; focusBackgroundColor: string; focusBorderColor: string; focusCheckedBackgroundColor: string; focusCheckedBorderColor: string; hoverBackgroundColor: string; hoverBorderColor: string; hoverCheckedBackgroundColor: string; hoverCheckedBorderColor: string; activeBackgroundColor: string; activeBorderColor: string; activeCheckedBackgroundColor: string; activeCheckedBorderColor: string; disabledBackgroundColor: string; disabledBorderColor: string; disabledCheckmarkColor: string; disabledTextColor: string; disabledCheckedBackgroundColor: string; disabledCheckedBorderColor: string; }; danger: { textColor: string; backgroundColor: string; borderColor: string; checkedBackgroundColor: string; checkedBorderColor: string; checkedCheckmarkColor: string; indeterminateBackgroundColor: string; indeterminateBorderColor: string; indeterminateCheckmarkColor: string; focusBackgroundColor: string; focusBorderColor: string; focusCheckedBackgroundColor: string; focusCheckedBorderColor: string; hoverBackgroundColor: string; hoverBorderColor: string; hoverCheckedBackgroundColor: string; hoverCheckedBorderColor: string; activeBackgroundColor: string; activeBorderColor: string; activeCheckedBackgroundColor: string; activeCheckedBorderColor: string; disabledBackgroundColor: string; disabledBorderColor: string; disabledCheckmarkColor: string; disabledTextColor: string; disabledCheckedBackgroundColor: string; disabledCheckedBorderColor: string; }; control: { textColor: string; backgroundColor: string; borderColor: string; checkedBackgroundColor: string; checkedBorderColor: string; checkedCheckmarkColor: string; indeterminateBackgroundColor: string; indeterminateBorderColor: string; indeterminateCheckmarkColor: string; focusBackgroundColor: string; focusBorderColor: string; focusCheckedBackgroundColor: string; focusCheckedBorderColor: string; hoverBackgroundColor: string; hoverBorderColor: string; hoverCheckedBackgroundColor: string; hoverCheckedBorderColor: string; activeBackgroundColor: string; activeBorderColor: string; activeCheckedBackgroundColor: string; activeCheckedBorderColor: string; disabledBackgroundColor: string; disabledBorderColor: string; disabledCheckmarkColor: string; disabledTextColor: string; disabledCheckedBackgroundColor: string; disabledCheckedBorderColor: string; }; }; }]; };