export declare const primaryDirections: { name: string; css: string; }[]; export declare const conicDirections: { name: string; css: string; }[]; export declare const radialDirections: { name: string; css: string; }[];