import { SidePanel } from "../../../flex-ui-core/src"; export declare const NOTIFICATION_PANEL_PADDING = "16px"; export declare const StyledContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledSidePanel: import("@emotion/styled").StyledComponent, "className" | "children" | "title" | "displayName" | "contentStore" | "handleCloseClick" | "HeaderComponent" | "rightButton" | "closeRef"> & Partial, "themeOverride" | "childrenProps" | "isHidden">> & Partial> & { theme?: import("@emotion/react").Theme; }, {}, { ref?: import("react").Ref>; }>; export declare const NotificationPanelContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const NotificationStateIconContainer: import("@emotion/styled").StyledComponent & import("react").RefAttributes & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const StyledFilterContainer: import("@emotion/styled").StyledComponent & import("react").RefAttributes & { theme?: import("@emotion/react").Theme; }, {}, {}>;