export const __esModule: boolean;
export default createRef;
declare function createRef(): {
    current: any;
};
