import * as t from './types'; export declare function observable

(initial?: P | (keyof P)[]): t.IObservableProps

;