import React from 'react'; declare const _default: React.MemoExoticComponent>, string | number | symbol> & import("styled-system").SpaceProps>, string | number | symbol> & import("styled-system").LayoutProps>> & import("styled-system").FlexboxProps>> & import("styled-system").TypographyProps>> & import("styled-system").PositionProps>> & import("../../../utils/customProps").customBorderProps & import("../../../utils/customProps").customPositionProps & import("../../../utils/customProps").customExtraProps & import("../../../utils/customProps").customOutlineProps & import("../../../utils/customProps").customShadowProps & import("../../../utils/customProps").customLayoutProps & import("../../../utils/customProps").customTypographyProps & import("../../../utils/customProps").customBackgroundProps & import("../../../utils/customProps").customTransformProps & import("../../../utils/customProps").customFlexboxProps & import("styled-system").BorderProps>, import("csstype").Property.BorderRadius> & { style?: import("react-native").ViewStyle | undefined; children?: any; shadow?: number | undefined; _text?: import("..").ITextProps | undefined; } & { Group?: import("./types").ICheckboxGroupProps | undefined; id?: string | undefined; name?: string | undefined; value: string; colorScheme?: string | undefined; defaultIsChecked?: boolean | undefined; isChecked?: boolean | undefined; isIndeterminate?: boolean | undefined; isDisabled?: boolean | undefined; isInvalid?: boolean | undefined; size?: "sm" | "md" | "lg" | undefined; icon?: JSX.Element | undefined; onChange?: ((isSelected: boolean) => void) | undefined; style?: any; } & React.RefAttributes>>; export default _default;