import React from "react"; import { PreviewComponentProps } from "../internal"; export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"flexCenter" | "smallMargin" | "link" | "array" | "arrayWrap" | "arrayItem" | "arrayItemBig">; /** * @category Preview components */ export declare function UrlComponentPreview({ value, property, size }: PreviewComponentProps): React.ReactElement;