export interface ValueProps { value?: unknown; } export declare function Value(props: ValueProps): any; //# sourceMappingURL=Value.d.ts.map