import React from "react";
interface SpaceProps {
    url: string;
    width?: string;
    height?: string;
    params?: Record<string, string>;
}
declare function Space({ url, width, height, params }: SpaceProps): JSX.Element;
declare const _default: React.MemoExoticComponent<typeof Space>;
export default _default;
//# sourceMappingURL=Space.d.ts.map