import { PropertyPreviewProps } from "../PropertyPreviewProps";
/**
 * @group Preview components
 */
export declare function ArrayPropertyEnumPreview({ propertyKey, value, property, size }: PropertyPreviewProps<string[] | number[]>): import("react/jsx-runtime").JSX.Element | null;
