import { LivePreview } from '../entry/EntryPreview.js';
export interface BrowserPreviewProps {
    url: string;
    registerLivePreview(api: LivePreview): void;
}
export declare function BrowserPreview({ url, registerLivePreview }: BrowserPreviewProps): import("react/jsx-runtime").JSX.Element;
