import type { TIconOrientation } from './types'; export declare const orientationMap: { [k in TIconOrientation]: number; };