import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface StepsStyle { head_default_s: ViewStyle; head_blue_s: ViewStyle; head_gray_s: ViewStyle; head_red_s: ViewStyle; icon_s: TextStyle; head_default_l: ViewStyle; head_blue_l: ViewStyle; head_gray_l: ViewStyle; head_red_l: ViewStyle; tail_default_l: ViewStyle; icon_l: TextStyle; tail_default_s: ViewStyle; tail_default_s_h: ViewStyle; tail_gray: ViewStyle; tail_blue: ViewStyle; tail_error: ViewStyle; tail_last: ViewStyle; content_s: ViewStyle; content_s_h: ViewStyle; content_l: ViewStyle; title_s: TextStyle; description_s: TextStyle; title_l: TextStyle; description_l: TextStyle; } declare const _default: (theme: Theme) => { head_default_s: import("react-native").RegisteredStyle; head_blue_s: import("react-native").RegisteredStyle; head_gray_s: import("react-native").RegisteredStyle; head_red_s: import("react-native").RegisteredStyle; icon_s: import("react-native").RegisteredStyle; head_default_l: import("react-native").RegisteredStyle; head_blue_l: import("react-native").RegisteredStyle; head_gray_l: import("react-native").RegisteredStyle; head_red_l: import("react-native").RegisteredStyle; tail_default_l: import("react-native").RegisteredStyle; icon_l: import("react-native").RegisteredStyle; tail_default_s: import("react-native").RegisteredStyle; tail_default_s_h: import("react-native").RegisteredStyle; tail_gray: import("react-native").RegisteredStyle; tail_blue: import("react-native").RegisteredStyle; tail_error: import("react-native").RegisteredStyle; tail_last: import("react-native").RegisteredStyle; content_s: import("react-native").RegisteredStyle; content_s_h: import("react-native").RegisteredStyle; content_l: import("react-native").RegisteredStyle; title_s: import("react-native").RegisteredStyle; description_s: import("react-native").RegisteredStyle; title_l: import("react-native").RegisteredStyle; description_l: import("react-native").RegisteredStyle; }; export default _default;