import { GeoJSONStoreFeatures } from "../terra-draw"; export declare const ValidateMaxAreaSquareMeters: (feature: GeoJSONStoreFeatures, maxSize: number) => boolean;