///
export declare const StyledPostImagePreview: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledImagePreviewPopup: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledNotificationBar: import("@emotion/styled").StyledComponent<{
message: string;
icon?: import("react").ReactNode;
bgColor?: string;
highlightColor?: string;
} & import("react").HTMLAttributes & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;