/// import { type DashboardAlertProps } from '../../DashboardAlert'; export type PageAlertProps = DashboardAlertProps; /** * Компонент отображения уведомления на странице приложения */ export declare const PageAlert: (props: PageAlertProps) => JSX.Element;