export interface UnistylesThemes {} export interface UnistylesBreakpoints { // these breakpoints are only available on mobile, when you didn't specify any breakpoints landscape?: number, portrait?: number, }