import { RefObject } from 'react';
export declare type Boundary = RefObject<HTMLElement> | Array<RefObject<HTMLElement>>;
