import { GridCanvasProps } from './GridCanvas'; import { HighlightCanvasProps } from './HighlightCanvas'; declare type LayeredCanvasesProps = GridCanvasProps & HighlightCanvasProps; export declare const HighlightedGridCanvas: (props: LayeredCanvasesProps) => JSX.Element; export {};