export default CanvasDetail; declare class CanvasDetail extends React.Component { constructor(props: Readonly); constructor(props: any, context?: any); getLabel(): JSX.Element | null; getBody(): JSX.Element | null; getAttribution(): JSX.Element | undefined; getAttributionLabel(): JSX.Element | "Attribution"; render(): any; } import React from "react"; //# sourceMappingURL=CanvasDetail.d.ts.map