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