import { CardProps } from "./Card.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";

//#region src/components/Card/Card.d.ts
declare const Card: {
  ({
    children,
    color,
    dismissable,
    dismissButtonLabel,
    fontSize,
    icon,
    onDismiss,
    title,
    ...props
  }: CardProps): _$react_jsx_runtime0.JSX.Element;
  displayName: string;
};
//#endregion
export { Card };
//# sourceMappingURL=Card.d.ts.map