import React from 'react'; import type { AlertProps } from './types'; /** @deprecated use the `OverlayTrigger` + `OverlayDialog` components instead */ export declare function Alert({ children, ...props }: AlertProps): React.JSX.Element;