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 } } export * from './Form.mjs'; export * from './FormErrorMessage.mjs'; export * from './FormActions.mjs'; export * from './FormLayout.mjs'; export * from './Select.mjs'; export * from './MultiSelect.mjs'; export * from './TextInput.mjs'; export * from './PhoneInput/index.mjs'; export * from './Switch.mjs'; export * from './NumberInput.mjs'; export * from './PasswordInput.mjs'; export * from './RadioGroup.mjs'; export * from './Checkbox.mjs'; export * from './TextArea.mjs'; export * from './Rating.mjs'; export * from './context.mjs'; export * from './CopyText.mjs'; export * from './SegmentControl.mjs'; export * from './ProMultiSelect.mjs';