import type { TestimonialPlaceholderProps } from ".."; /** * [Go to docs](https://flowbite-svelte.com/) * ## Type * [TestimonialPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1560) * ## Props * @prop class: className * @prop classes * @prop ...restProps */ declare const TestimonialPlaceholder: import("svelte").Component; type TestimonialPlaceholder = ReturnType; export default TestimonialPlaceholder;