import type { FaqProps } from './types'; /** * [Go to docs](https://flowbite-svelte-admin-dashboard.vercel.app/) * ## Type * [FaqProps](https://github.com/themesberg/flowbite-svelte-admin-dashboard/blob/main/src/lib/types.ts#L177) * ## Props * @prop title = 'Frequently asked questions' * @prop description = 'All types of businesses need access to development resources, so we give you the option to decide how much you need to use.' * @prop faqs */ declare const Faq: import("svelte").Component; type Faq = ReturnType; export default Faq;