import { IIndicatorContainer } from "./interfaces"; declare const IndicatorContainer: ({ getStyles, innerProps: { ref, ...restInnerProps }, children, ...props }: IIndicatorContainer) => JSX.Element; export default IndicatorContainer;