import * as React from 'react'; import { ITheme } from '../theme'; interface IProps { theme: ITheme; } declare class VerifyingIndicatorComponent extends React.Component { render(): React.JSX.Element; } export declare const VerifyingIndicator: React.ForwardRefExoticComponent<{ ref?: React.LegacyRef | undefined; key?: React.Key | null | undefined; } & { theme?: import("styled-components").DefaultTheme | undefined; }>; export {}; //# sourceMappingURL=VerifyingIndicator.d.ts.map