/// import { PublicBaseProps } from './Base'; export declare type CounterProps = PublicBaseProps; export declare function Counter(props: CounterProps): JSX.Element;