import type * as Panda from '@pandacss/dev'; import { type SlotRecipeConfig, type SlotRecipeVariantRecord } from '../../../styled-system/types'; /** * A wrapper for `defineSlotRecipe` that allows IDEs & Editors to read the type. * Because we are not sure why IDEs & Editors didn't read the types in the `styled-system/types` files. * * @param config - The slot recipe config. * * @returns The slot recipe config. */ export declare const mfuiDefineSlotRecipe: >(config: SlotRecipeConfig) => Panda.SlotRecipeConfig;