import type { EmptyCardProps } from './types'; /** * [Go to docs](https://flowbite-svelte-admin-dashboard.vercel.app/) * ## Type * [EmptyCardProps](https://github.com/themesberg/flowbite-svelte-admin-dashboard/blob/main/src/lib/types.ts#L227) * ## Props * @prop size * @prop class: className * @prop ...restProps */ declare const EmptyCard: import("svelte").Component; type EmptyCard = ReturnType; export default EmptyCard;