import { OptionType } from '../data'; export declare const getDefaultValueForType: (type?: OptionType) => unknown;