declare const BicyclingLayer: {
    ({}: {}): JSX.Element;
    displayName: string;
};
export default BicyclingLayer;
