import { ApphouseTheme } from "./themes.interface";
export interface UseStyles<T> {
    theme: ApphouseTheme;
    overwrites?: T;
}
