interface IframeConsoleProps { iframeId?: string; enabled?: boolean; } export declare function IframeConsole({ iframeId: _iframeId, enabled, }: IframeConsoleProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=IframeConsole.d.ts.map