import { SlotComponent } from '../../type-utils/slot-types'; import { PageContentColumnSlotProps, PageContentRootSlotProps } from './page-content.types'; /** * Root component that provides the styling context for the PageContent component. * Uses Chakra UI's recipe context system for consistent styling across instances. */ export declare const PageContentRootSlot: SlotComponent; export declare const PageContentColumnSlot: SlotComponent;