import { GridProps } from "../../Grid/type.mjs";
import "../../Grid/index.mjs";
import { FC } from "react";
//#region src/mdx/Cards/index.d.ts
type CardsProps = GridProps;
declare const Cards: FC<CardsProps>;
//#endregion
export { CardsProps, Cards as default };
//# sourceMappingURL=index.d.mts.map