import { Shape } from 'three'; export declare const THICKNESS = 10; export declare const shapes: { readonly I: () => Shape; readonly L: () => Shape; readonly O: () => Shape; readonly T: () => Shape; readonly Z: () => Shape; };