export type AlertVariantName = 'success' | 'error'; export declare interface FwAlertProps { variant?: AlertVariantName; }