export declare type Direction = 'up' | 'down' | 'left' | 'right';
