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