import { Align } from '../../../enums'; export declare const CONTENT_ALIGNMENT: { start: string; center: string; }; export declare const CONTENT_JUSTIFICATION: { between: string; center: string; }; export declare const ITEMS_ALIGNMENT_CLASSES: Record; export declare const ALIGNMENT_WITH_ICON = "justify-between"; export declare const BORDER_RADIUS = "rounded-xl overflow-hidden";