export type AlertProps = {
    children?: React.ReactNode;
    icon?: React.ReactNode;
    error?: boolean;
};
