import { LassoMessageUIProps } from './types'; /** * Presentational counterpart of `LassoTools.Message` (`@carto/ps-react-maps`), * positioned by that render-props component. Auto-hides after 5 seconds via * MUI `Snackbar` (calls `onDismiss`, which removes the message from the store). */ export declare function LassoMessageUI({ message, onDismiss, AlertProps, SnackbarProps, }: LassoMessageUIProps): import("react/jsx-runtime").JSX.Element;