import type { ThemeModel } from './../models/ThemeModel'; type ZenThemeProviderProps = { children: any; theme?: ThemeModel; toast?: boolean; }; /** * The provider for the current theme. Should wrap the entire app. It will be inside the screen component. * @param children * @param theme * @param {boolean} toast - whether to show the toast component. Defaults to true */ export declare const ZenThemeProvider: ({ children, theme, toast, }: ZenThemeProviderProps) => import("react/jsx-runtime").JSX.Element; export default ZenThemeProvider; //# sourceMappingURL=ZenThemeProvider.d.ts.map