import React from 'react'; import { RootProps } from '../../engines'; import { NotificationProps } from './Notification.types'; /** * Компонент для небольших уведомлений пользователя */ export declare const notificationRoot: (Root: RootProps>) => React.ForwardRefExoticComponent>; export declare const notificationConfig: { name: string; tag: string; layout: (Root: RootProps>) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: { layout: { css: import("styled-components").FlattenSimpleInterpolation; }; view: { css: import("styled-components").FlattenSimpleInterpolation; }; size: { css: import("styled-components").FlattenSimpleInterpolation; }; closeIconType: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; layout: string; size: string; closeIconType: string; }; }; //# sourceMappingURL=Notification.d.ts.map