Repository URL to install this package:
import React from 'react'; import { withConsumer } from 'styleh-components'; declare const Consumer: React.ComponentType<React.ConsumerProps<{ groupState: any; }>>; export { withConsumer, Consumer };