/// <reference types="react" />
import type { StyleProps } from "../utils/StyleTypes";
export declare const MediaThumbnail: ({ className, }: StyleProps) => JSX.Element;
