import { OverlayElementData } from './IFrameBridge'; type Props = { element: OverlayElementData; }; export declare const PreviewOverlayElement: ({ element }: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=PreviewOverlayElement.d.ts.map