import { GuideCardProps } from "./type.mjs";
import GuideCard from "./GuideCard.mjs";
export { type GuideCardProps, GuideCard as default };