import React from 'react'; interface Props { iframe?: HTMLIFrameElement; } declare const SelectorOverlay: React.FC; export { SelectorOverlay };