import { type Region } from '../../hooks/useRegions'; import { type AspectsDef } from '../../model/AspectsProps'; declare type ChangeLocation = (region: Region) => void; export declare const renderRegion: (data: AspectsDef[] | undefined, onChangeLocation?: ChangeLocation) => (region: Region) => any; export {};