import type { CustomCircleLayerProps } from './custom-circle-layer'; declare function useCustomCircleLayer(props: Partial): { addDeckGLCircleLayer: (type: string) => void; }; export { useCustomCircleLayer };