import type { ForwardRefComponent } from '@project44-manifest/react-types';
import type { CardProps } from './Card.types';
export declare const Card: ForwardRefComponent<"div", CardProps>;
//# sourceMappingURL=Card.d.ts.map