import { ComponentSlotStylesPrepared, ICSSInJSStyle, SiteVariablesPrepared } from '@fluentui/styles'; import { AlertStylesProps } from '../../../../components/Alert/Alert'; import { AlertVariables } from './alertVariables'; import { AlertDismissActionStylesProps } from '../../../../components/Alert/AlertDismissAction'; export declare const getIntentColorsFromProps: (p: AlertDismissActionStylesProps, v: AlertVariables, siteVars: SiteVariablesPrepared) => ICSSInJSStyle; export declare const alertStyles: ComponentSlotStylesPrepared;