import { HTMLAttributes, default as React } from 'react'; export interface Props extends HTMLAttributes { /** * ID to find this component in testing tools (e.g.: cypress, testing library, and jest). */ testId?: string; } declare const Overlay: React.ForwardRefExoticComponent>; export default Overlay; //# sourceMappingURL=Overlay.d.ts.map