import { C as CardHeaderProps, a as CardBodyProps, b as CardFooterProps, c as CardMediaProps } from './Card-BZ5F6-wd.cjs'; export { d as Card, e as CardProps } from './Card-BZ5F6-wd.cjs'; import * as react from 'react'; declare const CardHeader: react.ForwardRefExoticComponent>; declare const CardBody: react.ForwardRefExoticComponent>; declare const CardFooter: react.ForwardRefExoticComponent>; /** * The fixed-ratio media region at the top of a card: a thumbnail, gradient or * solid swatch, with slots pinned to its corners. * * This is `Card.Media` rather than a separate `` because the thing * being asked for was never a different card — it was a card with a picture in * it. Four surfaces had each rebuilt exactly this (a gallery index, a package * grid, a starter-kit grid and a showcase grid) and one of them was already * wrapping `Card` and hand-rolling only this region. * * ## The `background` is not decoration * * It shows through while the image loads and stays visible if the image never * arrives. The gallery relied on that: each style card is keyed to a swatch, so * a missing screenshot degrades to the right colour rather than to a hole. */ declare const CardMedia: react.ForwardRefExoticComponent>; export { CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardMedia, CardMediaProps };