import { ThemeInterface } from '../../../Common/theming/types'; export declare const getWrapperStyles: (theme: ThemeInterface) => string; export declare const getHeaderStyles: (theme: ThemeInterface) => string; export declare const getTitleStyles: (theme: ThemeInterface) => string; export declare const getContentStyles: () => string; export declare const getStatusIndicatorStyles: (theme: ThemeInterface, isOpened: boolean) => string;