import { MantineThemeColors, MantineThemeOverride } from "@mantine/core"; import { PartialDeep } from "type-fest"; export declare type ThemeTypes = "daisyui" | "material" | "bootstrap"; export declare type Props = MantineThemeOverride; export declare type Colors = PartialDeep; //# sourceMappingURL=mantheme.types.d.ts.map