import React from "react"; import { PreviewComponentProps } from "../internal"; /** * @category Preview components */ export declare const StorageThumbnail: React.FunctionComponent>; export declare function StorageThumbnailInternal({ name, value, property, size }: PreviewComponentProps): import("@emotion/react/jsx-runtime").JSX.Element | null;