import { EmptyFeature } from './EmptyFeature';
export type LocationDelegationConfig = {
    enabled: boolean;
};
export declare class LocationDelegationFeature extends EmptyFeature {
    constructor();
}
