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<ViewStyle>;
    head_blue_s: import("react-native").RegisteredStyle<ViewStyle>;
    head_gray_s: import("react-native").RegisteredStyle<ViewStyle>;
    head_red_s: import("react-native").RegisteredStyle<ViewStyle>;
    icon_s: import("react-native").RegisteredStyle<TextStyle>;
    head_default_l: import("react-native").RegisteredStyle<ViewStyle>;
    head_blue_l: import("react-native").RegisteredStyle<ViewStyle>;
    head_gray_l: import("react-native").RegisteredStyle<ViewStyle>;
    head_red_l: import("react-native").RegisteredStyle<ViewStyle>;
    tail_default_l: import("react-native").RegisteredStyle<ViewStyle>;
    icon_l: import("react-native").RegisteredStyle<TextStyle>;
    tail_default_s: import("react-native").RegisteredStyle<ViewStyle>;
    tail_default_s_h: import("react-native").RegisteredStyle<ViewStyle>;
    tail_gray: import("react-native").RegisteredStyle<ViewStyle>;
    tail_blue: import("react-native").RegisteredStyle<ViewStyle>;
    tail_error: import("react-native").RegisteredStyle<ViewStyle>;
    tail_last: import("react-native").RegisteredStyle<ViewStyle>;
    content_s: import("react-native").RegisteredStyle<ViewStyle>;
    content_s_h: import("react-native").RegisteredStyle<ViewStyle>;
    content_l: import("react-native").RegisteredStyle<ViewStyle>;
    title_s: import("react-native").RegisteredStyle<TextStyle>;
    description_s: import("react-native").RegisteredStyle<TextStyle>;
    title_l: import("react-native").RegisteredStyle<TextStyle>;
    description_l: import("react-native").RegisteredStyle<TextStyle>;
};
export default _default;
