declare function useGetStyleKey(type: string): { styleKey: "zoom" | "layout" | "paint" | undefined; property: "heatmap-radius" | "heatmap-weight" | "heatmap-intensity" | "heatmap-color" | "heatmap-opacity" | "circle-radius" | "circle-color" | "circle-opacity" | "circle-stroke-width" | "circle-stroke-color" | "circle-stroke-opacity" | "icon-opacity" | "line-opacity" | "line-color" | "line-width" | "fill-opacity" | "fill-color" | "fill-outline-color" | "icon-size" | undefined; }; export default useGetStyleKey;