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