import { FC } from "react"; interface ResourcesLayerProps { } /** * This component renders a Konva layer containing one header for each resource (`Summary`). */ declare const SummaryLayer: FC; export default SummaryLayer;