import React from "react"; export interface IStylesDictionary { [Key: string]: React.CSSProperties; } //# sourceMappingURL=IStylesDictionary.d.ts.map