export interface RefObject { current: T | null; }