/** @jsx jsx */ import { FC } from 'react'; import { CardProps } from './Card.type'; /** * ```js * import { Card, CardHeader, CardBody, CardFooter, Button, Addon } from '@rkta/ui'; * * * * CardHeader * * * * * * This impressive paella is a perfect party dish and a fun meal to cook together with your * guests. Add 1 cup of frozen peas along with the mussels, if you like. * * * * * * * * ``` */ export declare const Card: FC; //# sourceMappingURL=Card.d.ts.map