import React from 'react'; import { TextProps, TextStyle, ViewStyle, StyleProp, TouchableOpacityProps } from 'react-native'; import { CheckBoxIconProps } from './CheckBoxIcon'; import { RneFunctionComponent } from '../helpers'; export declare type CheckBoxProps = TouchableOpacityProps & CheckBoxIconProps & { Component?: typeof React.Component; iconRight?: boolean; title?: string | React.ReactElement<{}>; titleProps?: TextProps; center?: boolean; right?: boolean; containerStyle?: StyleProp; wrapperStyle?: StyleProp; textStyle?: StyleProp; checkedTitle?: string; fontFamily?: string; }; declare const CheckBox: RneFunctionComponent; export { CheckBox }; declare const _default: React.FunctionComponent>; titleProps?: TextProps; center?: boolean; right?: boolean; containerStyle?: StyleProp; wrapperStyle?: StyleProp; textStyle?: StyleProp; checkedTitle?: string; fontFamily?: string; } & Partial>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent>; titleProps?: TextProps; center?: boolean; right?: boolean; containerStyle?: StyleProp; wrapperStyle?: StyleProp; textStyle?: StyleProp; checkedTitle?: string; fontFamily?: string; } & Partial>>; export default _default;