export class DeckGLContainer extends React.Component { constructor(props: any); tick(): void; onViewStateChange({ viewState }: { viewState: any; }): void; layers(): any; setTooltip: (tooltip: any) => void; } export namespace DeckGLContainer { export { propTypes }; export { defaultProps }; } export const DeckGLContainerStyledWrapper: import("@emotion/styled").StyledComponent; layers: PropTypes.Validator; setControlValue: PropTypes.Requireable<(...args: any[]) => any>; mapStyle: PropTypes.Requireable; mapboxApiAccessToken: PropTypes.Validator; children: PropTypes.Requireable; bottomMargin: PropTypes.Requireable; width: PropTypes.Validator; height: PropTypes.Validator; onViewportChange: PropTypes.Requireable<(...args: any[]) => any>; }>, "onViewportChange" | PropTypes.RequiredKeys<{ viewport: PropTypes.Validator; layers: PropTypes.Validator; setControlValue: PropTypes.Requireable<(...args: any[]) => any>; mapStyle: PropTypes.Requireable; mapboxApiAccessToken: PropTypes.Validator; children: PropTypes.Requireable; bottomMargin: PropTypes.Requireable; width: PropTypes.Validator; height: PropTypes.Validator; onViewportChange: PropTypes.Requireable<(...args: any[]) => any>; }>> & Partial; layers: PropTypes.Validator; setControlValue: PropTypes.Requireable<(...args: any[]) => any>; mapStyle: PropTypes.Requireable; mapboxApiAccessToken: PropTypes.Validator; children: PropTypes.Requireable; bottomMargin: PropTypes.Requireable; width: PropTypes.Validator; height: PropTypes.Validator; onViewportChange: PropTypes.Requireable<(...args: any[]) => any>; }>, "children" | "setControlValue" | "mapStyle" | "bottomMargin">> & Partial void; children: null; bottomMargin: number; }, never>> & { theme?: import("@emotion/react").Theme | undefined; }, {}, { ref?: React.Ref | undefined; }>; import React from "react"; declare namespace propTypes { const viewport: PropTypes.Validator; const layers: PropTypes.Validator; const setControlValue: PropTypes.Requireable<(...args: any[]) => any>; const mapStyle: PropTypes.Requireable; const mapboxApiAccessToken: PropTypes.Validator; const children: PropTypes.Requireable; const bottomMargin: PropTypes.Requireable; const width: PropTypes.Validator; const height: PropTypes.Validator; const onViewportChange: PropTypes.Requireable<(...args: any[]) => any>; } declare namespace defaultProps { const mapStyle_1: string; export { mapStyle_1 as mapStyle }; export function setControlValue_1(): void; export { setControlValue_1 as setControlValue }; const children_1: null; export { children_1 as children }; const bottomMargin_1: number; export { bottomMargin_1 as bottomMargin }; } import PropTypes from "prop-types"; export {}; //# sourceMappingURL=DeckGLContainer.d.ts.map