export declare const defaultFormatter: {
    name: string;
    read(value: any, defaultValue: any): any;
};
