import * as React from 'react'; export type ModifierScrollOverlayProps = React.HTMLAttributes & { open: boolean; modifierLabel: string; targetLabel?: string; message?: string; contentClassName?: string; }; export declare const ModifierScrollOverlay: React.ForwardRefExoticComponent & { open: boolean; modifierLabel: string; targetLabel?: string; message?: string; contentClassName?: string; } & React.RefAttributes>; //# sourceMappingURL=modifier-scroll-overlay.d.ts.map