type NotificationRowProperties = { state: string; size: string; $isUnread: boolean; }; export declare const NotificationRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLDivElement>, keyof NotificationRowProperties> & NotificationRowProperties, never> & Partial, HTMLDivElement>, keyof NotificationRowProperties> & NotificationRowProperties, never>>> & string; export declare const NotificationContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLDivElement>, "size"> & { size: string; }, never> & Partial, HTMLDivElement>, "size"> & { size: string; }, never>>> & string; export declare const NotificationUnread: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLDivElement>, "size" | "state"> & { state: string; size: string; }, never> & Partial, HTMLDivElement>, "size" | "state"> & { state: string; size: string; }, never>>> & string; export declare const NotificationActionButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLButtonElement>, never> & Partial, HTMLButtonElement>, never>>> & string; export declare const ChevronButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLButtonElement>, never> & Partial, HTMLButtonElement>, never>>> & string; export {};