/// export declare const StyledDialogBox: import("styled-components").StyledComponent<{ ({ className, children, hasBackdrop, onClose, show: showProp, showCloseButton, header, footer, inPortal: inPortalProp, }: import("../dialogbox/dialogbox.interfaces").DialogBoxProps): import("react").ReactPortal | JSX.Element | null; Footer: ({ children, justify: justifyProp }: import("../dialogbox/dialogbox.interfaces").FooterProps) => JSX.Element; defaultTheme: () => [string, { borderRadius: string; color: string; overlayColor: string; zIndex: number; }]; }, import("styled-components").DefaultTheme, {}, never>;