import type { PriceCardPriceProps } from './types'; /** * [Go to docs](https://flowbite-svelte-admin-dashboard.vercel.app/) * ## Type * [PriceCardPriceProps](https://github.com/themesberg/flowbite-svelte-admin-dashboard/blob/main/src/lib/types.ts#L154) * ## Props * @prop children * @prop subtitle * @prop title * @prop price * @prop period = 'month' */ declare const PriceCard: import("svelte").Component; type PriceCard = ReturnType; export default PriceCard;