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