import { Style } from '../style'; declare const ShapeList: readonly ["Diamond", "Mask", "Ring", "Square"]; export declare type Shape = typeof ShapeList[number]; export declare const Shapes: Record; export {};