import { ValueType } from "style-value-types";
export interface ValueTypeMap {
    [key: string]: ValueType;
}
