import type { DefaultTheme } from 'styled-components'; /** * @example const theme = useTheme(); * @returns theme:: The complete theme object as provided to the Configuration component. */ declare const useTheme: () => DefaultTheme; export default useTheme; //# sourceMappingURL=useTheme.d.ts.map