import React from 'react';
import { MapState } from '@kepler.gl/types';
interface MapsLayoutProps {
    mapState: MapState;
    className?: string;
    children?: React.ReactNode;
}
declare function MapsLayoutFactory(): React.ComponentType<MapsLayoutProps>;
declare namespace MapsLayoutFactory {
    var deps: any[];
}
export default MapsLayoutFactory;
