import { IThemeConfig } from "../Create/CreateThemeConfig"; export declare const defaultFontFamilyStack: { fontFamily: string; }; declare const DefaultThemeConfig: IThemeConfig; export { DefaultThemeConfig };