import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface AccordionStyle { container: ViewStyle; header: ViewStyle; arrow: TextStyle; headerWrap: ViewStyle; headerText: TextStyle; content: ViewStyle; contentText: TextStyle; } declare const _default: (theme: Theme) => { container: import("react-native").RegisteredStyle; header: import("react-native").RegisteredStyle; arrow: import("react-native").RegisteredStyle; headerWrap: import("react-native").RegisteredStyle; headerText: import("react-native").RegisteredStyle; content: import("react-native").RegisteredStyle; contentText: import("react-native").RegisteredStyle; }; export default _default;