import { types } from "typestyle"; /** * Styles for the BooleanRenderer component */ export declare const BooleanDisplayStyles: { container: types.NestedCSSProperties; itemHeader: types.NestedCSSProperties; item: types.NestedCSSProperties; };