import { INotificationContainer, INotificationStyled } from './types'; declare type TCustomStyles = Pick; declare const NotificationStyles: { CloseWrapperStyled: import("styled-components").StyledComponent<"div", any, {}, never>; IconWrapperStyled: import("styled-components").StyledComponent<"div", any, TCustomStyles, never>; NotificationStyled: import("styled-components").StyledComponent<"div", any, INotificationStyled, never>; SpanStyled: import("styled-components").StyledComponent<"span", any, {}, never>; TextContentStyled: import("styled-components").StyledComponent<"div", any, TCustomStyles, never>; TitleStyled: import("styled-components").StyledComponent<"h5", any, TCustomStyles, never>; NotificationContainerStyled: import("styled-components").StyledComponent<"div", any, INotificationContainer, never>; BarStyled: import("styled-components").StyledComponent<"div", any, {}, never>; }; export default NotificationStyles; //# sourceMappingURL=Notification.styles.d.ts.map