export declare enum Direction { Top = "top", Right = "right", Bottom = "bottom", Left = "left" } export type CornerDirection = keyof typeof CORNER_DIRECTIONS; export declare const CORNER_DIRECTIONS: { top_left: string; top_right: string; bottom_right: string; bottom_left: string; }; //# sourceMappingURL=directions.d.ts.map