import type { Theme } from '../../_mixins'; import type { ThemeCommonVars } from '../../_styles/common'; export declare function self(vars: ThemeCommonVars): { stepHeaderFontSizeSmall: string; stepHeaderFontSizeMedium: string; stepHeaderFontSizeLarge: string; indicatorIndexFontSizeSmall: string; indicatorIndexFontSizeMedium: string; indicatorSizeSmall: string; indicatorSizeMedium: string; indicatorSizeDotted: string; indicatorIconSizeSmall: string; indicatorIconSizeMedium: string; indicatorIconSizeOutline: string; indicatorIconColorProcess: string; indicatorIconColorWait: string; indicatorIconColorFinish: string; indicatorIconColorError: string; indicatorIconColorOutline: string; indicatorIconColorFinishDotted: string; stepHeaderFontWeight: string; indicatorTextColorProcess: string; indicatorTextColorWait: string; indicatorTextColorFinish: string; indicatorTextColorError: string; indicatorBorderColorProcess: string; indicatorBorderColorWait: string; indicatorBorderColorFinish: string; indicatorBorderColorError: string; indicatorBorderColorFinishOutline: string; indicatorBorderRadiusOutline: string; indicatorBorderRadiusFinishOutline: string; indicatorColorProcess: string; indicatorColorWait: string; indicatorColorFinish: string; indicatorColorError: string; indicatorColorDotted: string; indicatorBackgroundFinishOutline: string; splitorColorProcess: string; splitorColorWait: string; splitorColorFinish: string; splitorColorError: string; splitorColorFinishDotted: string; splitorColorDotted: string; headerTextColorProcess: string; headerTextColorWait: string; headerTextColorFinish: string; headerTextColorError: string; descriptionTextColorProcess: string; descriptionTextColorWait: string; descriptionTextColorDotted: string; descriptionTextColorFinish: string; descriptionTextColorError: string; stepHeight: string; }; export type StepsThemeVars = ReturnType; declare const stepsLight: Theme<'Steps', StepsThemeVars>; export default stepsLight; export type StepsTheme = typeof stepsLight;