import { PropDefaultValue } from '@storybook/components';
import { DocgenPropDefaultValue, DocgenPropType } from '../types';
export declare function createDefaultValue(defaultValue: DocgenPropDefaultValue, type: DocgenPropType): PropDefaultValue;
