import Counter from './Counter';
export { ICounterProps } from './Counter.props';
export { Counter };
export default Counter;
