import { ElementRef } from '../types'; declare function createRef(initValue?: T): ElementRef; export { createRef };