import { AlertBodyProps } from './types'; /** * Основной контент Alert. * @param props Свойства. * @return Элемент. */ export declare function AlertBody({ children, className, rootRef, withScrollDisable, scrollDisableOptions, ...restProps }: AlertBodyProps): import("react").JSX.Element;