/** * The list of CSS styles that this component cares about. This can be used to pre-filter the CSS style string for the component. */ export declare type CSSBoxModelCSSPropertyName = "margin" | "margin-top" | "margin-bottom" | "margin-left" | "margin-right" | "padding" | "padding-top" | "padding-bottom" | "padding-left" | "padding-right" | "width" | "height" | "border" | "border-width" | "border-top" | "border-top-width" | "border-bottom" | "border-bottom-width" | "border-left" | "border-left-width" | "border-right" | "border-right-width"; export declare const cssBoxModelCssProperties: Array;