type StyleRule = Record; export type Style = Record< string, string | number | StyleRule | Record >;