export declare function transformAxis(axis: 'x' | 'y', name: string): (letter: string) => string; export declare const DEFAULT_TIMING = 1;