import React from "react"; import { Card, CardProps } from "@mui/material"; //#region src/components/Card/Card.d.ts interface CardProps$1 extends CardProps { type?: "default" | "selected" | "error"; selectionColor?: "primary" | "secondary"; indented?: boolean; } declare const Card$1: React.FC & CardProps$1>; //#endregion export { Card$1 as Card, CardProps$1 as CardProps }; //# sourceMappingURL=Card.d.ts.map