import { ViewStyle, TextStyle } from 'react-native'; export interface IStepsStyle { head_default_s: ViewStyle; head_blue_s: ViewStyle; head_gray_s: ViewStyle; head_red_s: ViewStyle; icon_s: ViewStyle; head_default_l: ViewStyle; head_blue_l: ViewStyle; head_gray_l: ViewStyle; head_red_l: ViewStyle; tail_default_l: ViewStyle; icon_l: ViewStyle; tail_default_s: ViewStyle; tail_gray: ViewStyle; tail_blue: ViewStyle; tail_error: ViewStyle; tail_last: ViewStyle; content_s: ViewStyle; content_l: ViewStyle; title_s: TextStyle; description_s: TextStyle; title_l: TextStyle; description_l: TextStyle; } declare const _default: { head_default_s: { width: number; height: number; backgroundColor: string; borderRadius: number; borderWidth: number; borderColor: string; borderStyle: string; overflow: string; }; head_blue_s: { borderColor: string; }; head_gray_s: { borderColor: string; }; head_red_s: { borderColor: string; }; icon_s: { width: number; height: number; }; head_default_l: { width: number; height: number; backgroundColor: string; borderRadius: number; borderWidth: number; borderColor: string; borderStyle: string; overflow: string; }; head_blue_l: { borderColor: string; backgroundColor: string; }; head_gray_l: { borderColor: string; backgroundColor: string; }; head_red_l: { borderColor: string; backgroundColor: string; }; tail_default_l: { width: number; height: number; marginLeft: number; }; icon_l: { width: number; height: number; }; tail_default_s: { width: number; height: number; marginLeft: number; }; tail_gray: { backgroundColor: string; }; tail_blue: { backgroundColor: string; }; tail_error: { backgroundColor: string; }; tail_last: { backgroundColor: string; }; content_s: { paddingLeft: number; }; content_l: { paddingLeft: number; }; title_s: { fontWeight: string; fontSize: number; paddingBottom: number; color: string; }; description_s: { fontSize: number; color: string; }; title_l: { fontWeight: string; fontSize: number; paddingBottom: number; color: string; }; description_l: { fontSize: number; color: string; }; }; export default _default;