import React from "react"; interface GridLayerProps { height: number; } declare const _default: React.NamedExoticComponent; export default _default;