/// <reference types="react" />
export type AlertProps = {
    children?: React.ReactNode;
    icon?: React.ReactNode;
};
