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#L1450)
 * ## Props
 * @prop size = "sm"
 * @prop class: className
 */
declare const VideoPlaceholder: import("svelte").Component<VideoPlaceholderProps, {}, "">;
type VideoPlaceholder = ReturnType<typeof VideoPlaceholder>;
export default VideoPlaceholder;
