import type { FromFeatureFn } from '../generic/featurecollection';
export declare function getFromFeatureFn(renderFeature: boolean, dataProjection?: string, featureProjection?: string): FromFeatureFn;
