import { Align } from '../../../enums'; import { HeroVariant, BottomStripType } from './hero.enums'; export declare const DARK_BODY_COLOR = "text-white"; export declare const LIGHT_BODY_COLOR = "text-iota-gray-900"; export declare const BODY_TEXT_COLOR: { dark: string; light: string; }; export declare const ITEM_ALIGNMENT_CLASSES: Record; export declare const POSITION_CLASSES: Record; export declare const STRIP_SEPARATION_CLASS: Record; export declare const STRIP_ALINGMENT_CLASS: Record;