declare class AnimatableDeckGLContainer extends React.PureComponent { constructor(props: Readonly); constructor(props: any, context?: any); containerRef: React.RefObject; setTooltip: (tooltip: any) => void; } declare namespace AnimatableDeckGLContainer { export { propTypes }; export { defaultProps }; } export default AnimatableDeckGLContainer; import React from "react"; declare namespace propTypes { const getLayers: PropTypes.Validator<(...args: any[]) => any>; const start: PropTypes.Validator; const end: PropTypes.Validator; const getStep: PropTypes.Requireable<(...args: any[]) => any>; const values: PropTypes.Validator; const aggregation: PropTypes.Requireable; const disabled: PropTypes.Requireable; const viewport: PropTypes.Validator; const children: PropTypes.Requireable; const mapStyle: PropTypes.Requireable; const mapboxApiAccessToken: PropTypes.Validator; const setControlValue: PropTypes.Requireable<(...args: any[]) => any>; const onValuesChange: PropTypes.Requireable<(...args: any[]) => any>; const width: PropTypes.Validator; const height: PropTypes.Validator; } declare namespace defaultProps { const aggregation_1: boolean; export { aggregation_1 as aggregation }; const disabled_1: boolean; export { disabled_1 as disabled }; const mapStyle_1: string; export { mapStyle_1 as mapStyle }; export function setControlValue_1(): void; export { setControlValue_1 as setControlValue }; export function onValuesChange_1(): void; export { onValuesChange_1 as onValuesChange }; } import PropTypes from "prop-types"; //# sourceMappingURL=AnimatableDeckGLContainer.d.ts.map