///
import * as Dialog from "@radix-ui/react-dialog";
export declare const zoomInAnimation: import("styled-components").Keyframes;
export declare const zoomOutAnimation: import("styled-components").Keyframes;
export declare const opacityInAnimation: import("styled-components").Keyframes;
export declare const opacityOutAnimation: import("styled-components").Keyframes;
export declare const DialogContentWrapper: import("styled-components").StyledComponent>, import("styled-components").DefaultTheme, {}, never>;
export declare const DialogContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
export declare const DialogOverlay: import("styled-components").StyledComponent>, import("styled-components").DefaultTheme, {}, never>;