interface Props { alerts?: string[]; } export declare const AlertBox: ({ alerts }: Props) => import("react/jsx-runtime").JSX.Element; export default AlertBox;