import React from 'react'; import type { CardProps } from './types'; export declare function Card(rawProps: CardProps): React.ReactElement; //# sourceMappingURL=Card.d.ts.map