/// interface IDialogBackgroundProps { /** @ignore */ className?: string; } declare const DialogBackground: import("styled-components").StyledComponent<(props: IDialogBackgroundProps) => JSX.Element, import("../../styles/Theme").IThemeInterface, {}, never>; export { DialogBackground };