import { TemplateResult } from '../../../../../node_modules/lit'; import { AlertPalette, AlertStatus, AlertVariant, SbAlertProps } from './alert.types'; export declare const ALERT_ICON_FRAGMENTS: Record>; export declare const DEFAULT_ALERT_PROPS: Omit; export declare const ALERT_STATUSES: AlertStatus[]; export declare const ALERT_PALETTES: AlertPalette[]; export declare const ALERT_VARIANTS: AlertVariant[];