import { type ThumbnailsProps } from "..";
/**
 * [Go to docs](https://flowbite-svelte.com/)
 * ## Type
 * [ThumbnailsProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L446)
 * ## Props
 * @prop children
 * @prop images = []
 * @prop index = $bindable()
 * @prop ariaLabel = "Click to view image"
 * @prop imgClass
 * @prop throttleDelay = 650
 * @prop class: className
 */
declare const Thumbnails: import("svelte").Component<ThumbnailsProps, {}, "index">;
type Thumbnails = ReturnType<typeof Thumbnails>;
export default Thumbnails;
