import * as React from "react";
export type Properties = React.CSSProperties;
export type Color = Properties['color'];
