import type { SidePageProps } from './types'; /** * Модальное окно, прикрепленное к правой стороне экрана. * @param props Свойства. * @return Элемент. */ export declare function SidePage({ size, className, children, onClose, overlayProps, 'data-testid': testId, ...restProps }: SidePageProps): import("react").JSX.Element;