import { PropDefaultValue } from '@storybook/components';
import { InspectionResult } from '../inspection';
export declare function generateArray({ inferedType, ast }: InspectionResult): PropDefaultValue;
