import { Color } from "../../models";
export interface ITheme {
    system: {
        grey: Color;
    };
}
