/// import * as boxStyles from './Box.styles'; export * from './Box'; export * from './BoxSafe'; export * from './BoxScroll'; export * from './BoxTouchable'; export * from './BoxTouchableWithoutFeedback'; export * from './BoxKeyboardAvoiding'; export { boxStyles }; export declare const Box: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("./Box").LocalBoxProps & { active?: boolean; focus?: boolean; hover?: boolean; hoveractive?: boolean; } & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; } & { KeyboardAvoiding: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("./Box").LocalBoxProps & { active?: boolean; focus?: boolean; hover?: boolean; hoveractive?: boolean; } & import("react-native").KeyboardAvoidingViewProps & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; }; Safe: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("./Box").LocalBoxProps & { active?: boolean; focus?: boolean; hover?: boolean; hoveractive?: boolean; } & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; }; Scroll: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("./Box").LocalBoxProps & { active?: boolean; focus?: boolean; hover?: boolean; hoveractive?: boolean; } & import("react-native").ScrollViewProps & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; }; Touchable: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("./Box").LocalBoxProps & { active?: boolean; focus?: boolean; hover?: boolean; hoveractive?: boolean; } & import("react-native").TouchableOpacityProps & import("./BoxTouchable").LocalBoxTouchableProps & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; }; TouchableWithoutFeedback: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("./Box").LocalBoxProps & { active?: boolean; focus?: boolean; hover?: boolean; hoveractive?: boolean; } & import("react-native").TouchableWithoutFeedbackProps & import("./BoxTouchableWithoutFeedback").LocalBoxTouchableWithoutFeedbackProps & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; }; };