import { types } from "typestyle"; /** * Styles for the HtmlRenderer component */ export declare const HtmlDisplayStyles: { container: types.NestedCSSProperties; itemHeader(inline?: boolean): types.NestedCSSProperties; item: types.NestedCSSProperties; inline: types.NestedCSSProperties; };