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