import React from "react";
import { PropertyPreviewProps } from "../PropertyPreviewProps";
/**
 * @group Preview components
 */
export declare function ArrayOneOfPreview({ propertyKey, value, property: inputProperty, size, }: PropertyPreviewProps<any[]>): React.JSX.Element | null;
