export declare const VERTICES: readonly ["rectangle", "sqaure", "circle"]; export declare type TypeVertices = typeof VERTICES[number];