import { IIconStyles, IStackStyles, Theme } from '@fluentui/react';
/**
 * @private
 */
export declare const messageTextStyles: (theme: Theme) => IStackStyles;
/**
 * @private
 */
export declare const titleTextStyles: () => IStackStyles;
/**
 * @private
 */
export declare const containerStyles: (theme: Theme) => IStackStyles;
/**
 * @private
 */
export declare const hiddenContainerStyles: (theme: Theme) => string;
/**
 * @private
 */
export declare const notificationIconStyles: () => IIconStyles;
/**
 * @private
 */
export declare const notificationLinkStyles: (theme: Theme) => IStackStyles;
//# sourceMappingURL=Notification.styles.d.ts.map