import type { ThemeCommonVars } from '../../_styles/common'; export declare function self(vars: ThemeCommonVars): { fontSize: string; fontBodyLarge: string; fontTitleSmall: string; backgroundColor: string; textColor: string; mutedTextColor: string; borderRadius: string; shadow: string; navigationGap: string; actionGap: string; tabTextColor: string; tabTextColorHover: string; tabTextColorActive: string; tabIndicatorColor: string; cardBackgroundColor: string; cardShadow: string; cardBorderRadius: string; cardTitleColor: string; cardItemColor: string; cardItemHoverColor: string; cardDividerColor: string; cardGap: string; cardPadding: string; badgeBackgroundColor: string; badgeTextColor: string; actionIconColor: string; actionIconColorHover: string; mobileBorderColor: string; mobileItemHoverColor: string; mobileItemPressedColor: string; mobileItemActiveColor: string; mobileGroupItemColor: string; }; declare const headerLight: import("../../_mixins").Theme<"Header", { fontSize: string; fontBodyLarge: string; fontTitleSmall: string; backgroundColor: string; textColor: string; mutedTextColor: string; borderRadius: string; shadow: string; navigationGap: string; actionGap: string; tabTextColor: string; tabTextColorHover: string; tabTextColorActive: string; tabIndicatorColor: string; cardBackgroundColor: string; cardShadow: string; cardBorderRadius: string; cardTitleColor: string; cardItemColor: string; cardItemHoverColor: string; cardDividerColor: string; cardGap: string; cardPadding: string; badgeBackgroundColor: string; badgeTextColor: string; actionIconColor: string; actionIconColorHover: string; mobileBorderColor: string; mobileItemHoverColor: string; mobileItemPressedColor: string; mobileItemActiveColor: string; mobileGroupItemColor: string; }, unknown>; export default headerLight; export type HeaderThemeVars = ReturnType; export type HeaderTheme = typeof headerLight;