import { type WidgetPlaceholderProps } from "..";
/**
 * [Go to docs](https://flowbite-svelte.com/)
 * ## Type
 * [WidgetPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1456)
 * ## Props
 * @prop class: className
 */
declare const WidgetPlaceholder: import("svelte").Component<WidgetPlaceholderProps, {}, "">;
type WidgetPlaceholder = ReturnType<typeof WidgetPlaceholder>;
export default WidgetPlaceholder;
