import { CounterProps } from './hooks'; /** * Component that implements an indicator of pictures taken during the capture process. */ export declare function Counter(props: CounterProps): import("react").JSX.Element;