import type ThemeColorType from '../@types/theme-color';
import type VariantType from '../@types/variant';
import type { CSSProperties } from 'react';
/**
 * Get parent style value for the alert
 */
export default function getParentStyleValue(variant: VariantType, color: ThemeColorType): CSSProperties;
