import * as React from 'react';
import { ICardProps } from './ICardProps';
export declare const Card: (props: React.PropsWithChildren<ICardProps>) => JSX.Element;
//# sourceMappingURL=Card.d.ts.map