import type { TileConcreteDisplayProps } from '../../../types/rendering.js'; export declare const CanvasSquareDisplay: { (props: TileConcreteDisplayProps): import("react/jsx-runtime").JSX.Element; displayName: string; };