export declare class Slant { direction: SlantDirection; } export declare enum SlantDirection { DOWN = 0 }