///
export declare const ModalTitle: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
centerOnMobile?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLHeadingElement>, {}>;
type ModalDescriptionProps = {
centerOnMobile?: boolean;
sm?: boolean;
};
export declare const ModalDescription: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & ModalDescriptionProps, import("react").DetailedHTMLProps, HTMLParagraphElement>, {}>;
export declare const BackButton: React.FC<{
onClick: () => void;
style?: React.CSSProperties;
}>;
export declare const HelperLink: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
md?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLAnchorElement>, {}>;
export {};
//# sourceMappingURL=modalElements.d.ts.map