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.cjs' import type { ShadingColor } from '../theme/colors.cjs' import type { Color } from '../theme/theme.cjs' 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 } } export * from './Dot/index.cjs'; export * from './CodeBlock/index.cjs'; export * from './PhoneInput/index.cjs'; export * from './Table/index.cjs'; export * from './DotBadge/index.cjs'; export * from './SearchArea/index.cjs'; export * from './LabelTooltip/index.cjs'; export * from './Form/index.cjs'; export * from './Tree/index.cjs'; export * from './TransferTree/index.cjs'; export * from './PropertyCard/index.cjs'; export * from './PageShell/index.cjs'; export * from './TimeRangePicker/index.cjs'; export * from './DateTimePicker/index.cjs'; export * from './ProMultiSelect/index.cjs'; export * from './AppShell/index.cjs'; export * from './PageShellBase/page-shell-base.cjs'; export * from './CollapsibleCard/index.cjs';