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