import { type AlertProps } from "./Alert.js"; declare const AlertPropsProvider: import("react").FunctionComponent<{ props: AlertProps; children: React.ReactNode; }>, useAlertProps: () => AlertProps; export { AlertPropsProvider, useAlertProps };