import { HapiFontOptions, HapiTheme } from "./types"; export type ThemingState = { theme: Partial; fontOptions: HapiFontOptions; }; //# sourceMappingURL=state.types.d.ts.map