import React from 'react'; export declare const hexToRGBA: (hex: any, alpha: number) => string; export declare const getMessageIcon: (status: 'info' | 'error' | 'warning' | 'success', fontSize: string) => React.JSX.Element;