import React from 'react'; type RenderIndicatorProps = { style: React.CSSProperties; className?: string; parentDom?: HTMLElement; }; export declare const RenderIndicator: ({ style, className, parentDom, }: RenderIndicatorProps) => React.JSX.Element; export {};