import type { ProjectionProps } from './Projection';
import type { GeoPermissibleObjects } from '../types';
/**
* All props pass through to ``
*/
export default function CustomProjection(props: ProjectionProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=CustomProjection.d.ts.map