export interface ComponentRef { current: T; (val: T): void; } export declare function createRef(): ComponentRef;