export declare const horizontalAlignment: Record<"left" | "right" | "center", string>; export declare const verticalAlignment: Record<"bottom" | "top" | "center", string>;