import React from 'react';
declare const ExampleWithSearch: React.FC;
declare const ExampleWithTopRightSearch: React.FC;
declare const ExampleWithCustomMapKey: React.FC;
declare const ExampleWithCustomKeyAndStyle: React.FC;
declare const ExampleWithDemoMap: React.FC;
declare const ExampleWithoutSearch: React.FC;
declare const ExampleWithCustomSearch: React.FC;
export { ExampleWithSearch, ExampleWithCustomSearch, ExampleWithoutSearch, ExampleWithTopRightSearch, ExampleWithCustomMapKey, ExampleWithCustomKeyAndStyle, ExampleWithDemoMap };
//# sourceMappingURL=examples.d.ts.map