import { Theme } from './defaultTheme'; export declare type InjectTheme = (theme: Theme) => any; declare const useStyles: (injectTheme: InjectTheme) => any; export default useStyles;