import type { CSSProperties } from 'react'; import { CloseIconType, IconPlacementType, NotificationPlacement } from './Notification.types'; export declare const StyledNotification: import("styled-components").FlattenSimpleInterpolation; export declare const CloseIconWrapper: import("styled-components").StyledComponent & ((Omit, "value"> & import("../..").AsProps & { text?: string; contentLeft?: import("react").ReactNode; contentPlacing?: "default" | "relaxed"; additionalContent?: import("react").ReactNode; isLoading?: boolean; loader?: import("react").ReactNode; stretch?: boolean; stretching?: "fixed" | "auto" | "filled"; square?: boolean; focused?: boolean; disabled?: boolean; pin?: import("../../utils/roundness").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("../..").Blur; } & { value?: string | number; contentRight?: never; } & import("react").RefAttributes) | (Omit, "value"> & import("../..").AsProps & { text?: string; contentLeft?: import("react").ReactNode; contentPlacing?: "default" | "relaxed"; additionalContent?: import("react").ReactNode; isLoading?: boolean; loader?: import("react").ReactNode; stretch?: boolean; stretching?: "fixed" | "auto" | "filled"; square?: boolean; focused?: boolean; disabled?: boolean; pin?: import("../../utils/roundness").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("../..").Blur; } & { value?: never; contentRight?: import("react").ReactNode; } & import("react").RefAttributes))>, any, {}, never>; export declare const Wrapper: import("styled-components").StyledComponent<"div", any, { backgroundColor?: string; width?: CSSProperties["width"]; maxWidth?: CSSProperties["maxWidth"]; }, never>; export declare const ButtonsWrapper: import("styled-components").StyledComponent<"div", any, IconPlacementType, never>; export declare const IconWrapper: import("styled-components").StyledComponent<"div", any, IconPlacementType & { iconColor?: string; }, never>; export declare const ContentBox: import("styled-components").StyledComponent<"div", any, IconPlacementType, never>; export declare const TextBox: import("styled-components").StyledComponent<"div", any, CloseIconType & IconPlacementType, never>; export declare const StyledTitle: import("styled-components").StyledComponent<"div", any, { textColor?: string; }, never>; export declare const StyledContent: import("styled-components").StyledComponent<"div", any, { textColor?: string; }, never>; export declare const StyledItemWrapper: import("styled-components").StyledComponent<"div", any, { isHidden: boolean; }, never>; export declare const StyledRoot: import("styled-components").StyledComponent<"div", any, { placement?: NotificationPlacement; }, never>; //# sourceMappingURL=Notification.styles.d.ts.map