/// /** * Common styling for basic html elements. * Can be used for markdowns converted to html, user defined content, static pages, etc. */ export declare const DSStyledContent: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;