import { ExtractThemeVars, ThemeConfig } from '../../common'; declare const vars: { textColor: string; backgroundColor: string; borderColor: string; fontSize: string; }; export declare const layoutFooterLight: ThemeConfig; export type LayoutFooterThemeVars = ExtractThemeVars; export {};