import * as react_jsx_runtime from 'react/jsx-runtime'; import { CardProps } from './types.js'; import { ElementType } from 'react'; declare const Card: { (inProps: CardProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { Card };