import { Theme } from '@plurid/plurid-themes'; export interface IStyledNotifier { theme: Theme; } export declare const StyledNotifier: import("styled-components").StyledComponent<"div", any, IStyledNotifier, never>;