import type { FactoryPayload } from '../node_modules/.pnpm/@mantine_core@7.17.8_patch_hash_3qirwkgu3wxhvd6hnr2gb24yzq_@mantine_hooks@7.17.8_react@18.3.1_e5yvlgwhmeykc75dkphi7jou6q/node_modules/@mantine/core/lib' import type { EmotionSx } from '@mantine/emotion' import type { EmotionStyles } from '../emotion/index.mjs' import type { ShadingColor } from '../theme/colors.mjs' import type { Color } from '../theme/theme.mjs' declare module '../node_modules/.pnpm/@mantine_core@7.17.8_patch_hash_3qirwkgu3wxhvd6hnr2gb24yzq_@mantine_hooks@7.17.8_react@18.3.1_e5yvlgwhmeykc75dkphi7jou6q/node_modules/@mantine/core/lib' { interface MantineThemeColorsOverride { colors: Record } interface StylesApiPropsOverride { styles?: EmotionStyles } interface BoxProps { sx?: EmotionSx } } declare module '@mantine/core' { interface MantineThemeColorsOverride { colors: Record } interface StylesApiPropsOverride { styles?: EmotionStyles } interface BoxProps { sx?: EmotionSx } } import { MantineColorsTuple } from '../node_modules/.pnpm/@mantine_core@7.17.8_patch_hash_3qirwkgu3wxhvd6hnr2gb24yzq_@mantine_hooks@7.17.8_react@18.3.1_e5yvlgwhmeykc75dkphi7jou6q/node_modules/@mantine/core/lib'; export type ShadingColor = MantineColorsTuple; export declare const carbon: ShadingColor; export declare const peacock: ShadingColor; export declare const red: ShadingColor; export declare const green: ShadingColor; export declare const yellow: ShadingColor; export declare const aqua: ShadingColor; export declare const purple: ShadingColor; export declare const rosy: ShadingColor; export declare const violet: ShadingColor; export declare const thyme: ShadingColor; export declare const airy: ShadingColor; export declare const mauve: ShadingColor; export declare const navy: ShadingColor; export declare const sky: ShadingColor; export declare const magenta: ShadingColor; export declare const ocher: ShadingColor; export declare const mustard: ShadingColor; export declare const blue: ShadingColor; export declare const gray: ShadingColor;