import { ToastPosition } from '../../../shared/types/toast'; import { AlertColor, VariantAlert } from '../../../shared/types/alert'; import { IconType } from '../../../shared/types/types'; import { IconDefinition } from '@fortawesome/fontawesome-svg-core'; export declare const useAlertStyles: () => { getAlertClassName: (color: AlertColor, isLeaving?: boolean, variant?: VariantAlert) => string; getPositionClasses: (position: ToastPosition) => string; getIconForType: (color: AlertColor) => IconType | IconDefinition; getProgressBarColor: (color: AlertColor, variant: VariantAlert) => string; }; //# sourceMappingURL=useAlertStyles.d.ts.map