import { PreviewComponentProps } from "../internal"; export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"arrayItem">; /** * @category Preview components */ export declare function ArrayOfReferencesPreview({ name, value, property, size }: PreviewComponentProps): import("@emotion/react/jsx-runtime").JSX.Element;