/// <reference types="react" />
import { IProps } from '../AlertFlag';
interface IChildProps extends IProps {
    color?: string;
    css?: string;
}
declare const _default: ({ children, color, icon, ...props }: IChildProps) => JSX.Element;
export default _default;
