import { SlotComponent } from '../../type-utils/slot-types'; import { CardBodySlotProps, CardFooterSlotProps, CardHeaderSlotProps, CardRootSlotProps } from './card.types'; /** * Root component that provides the styling context for the Card component. * Uses Chakra UI's recipe context system for consistent styling across instances. */ export declare const CardRoot: SlotComponent; export declare const CardHeader: SlotComponent; export declare const CardBody: SlotComponent; export declare const CardFooter: SlotComponent;