import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface CheckboxStyle { wrapper: ViewStyle; icon: TextStyle; iconRight: TextStyle; agreeItem: ViewStyle; agreeItemCheckbox: TextStyle; checkboxItemCheckbox: TextStyle; } declare const _default: (theme: Theme) => { wrapper: import("react-native").RegisteredStyle; icon: import("react-native").RegisteredStyle; iconRight: import("react-native").RegisteredStyle; agreeItem: import("react-native").RegisteredStyle; agreeItemCheckbox: import("react-native").RegisteredStyle; checkboxItemCheckbox: import("react-native").RegisteredStyle; }; export default _default;