import { ThemeSheet } from 'aesthetic';
/**
 * Hook within a component to provide the current theme object.
 */
export default function useTheme<Theme = ThemeSheet>(): Theme;
//# sourceMappingURL=useTheme.d.ts.map