import { ColorsType, RoundedSizesTypes } from '../../types'; export interface AlertTheme { base: string; borderAccent: string; color: ColorsType; rounded: RoundedSizesTypes; icon: string; wrapper: string; } export declare const alertTheme: AlertTheme; //# sourceMappingURL=theme.d.ts.map