///
export declare const StyledDialogActions: import("@emotion/styled").StyledComponent;
export declare const StyledGrid: import("@emotion/styled").StyledComponent & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme | undefined;
} & import("../Grid/styles").StyledGridProps & import("react").ClassAttributes & import("react").HTMLAttributes & {
component?: import("react").ElementType | undefined;
children?: import("react").ReactNode;
}, {}, {}>;