import { Theme } from '@plurid/plurid-themes';
export interface IStyledNotification {
    theme: Theme;
}
export declare const StyledNotification: import("styled-components").StyledComponent<"div", any, IStyledNotification, never>;
export interface IStyledNotificationContent {
    wordBreak: string;
}
export declare const StyledNotificationContent: import("styled-components").StyledComponent<"div", any, IStyledNotificationContent, never>;
export declare const StyledNotificationClose: import("styled-components").StyledComponent<"div", any, {}, never>;
