/** * Recipe configuration for the ModalPage component. * Provides a fullscreen modal page layout with a fixed grid structure: * top bar, header, scrollable content, and optional footer. */ export declare const modalPageSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "content" | "footer" | "header" | "title" | "subtitle" | "actions" | "tabNav" | "topBar", import('@chakra-ui/react').SlotRecipeVariantRecord<"root" | "content" | "footer" | "header" | "title" | "subtitle" | "actions" | "tabNav" | "topBar">>;