import type { IExponentFormatterProps } from './ExponentFormatter.container';
/**
 * This component takes a number and converts it to scientific notation and pretty displays it.
 * @param {IExponentFormatterProps} props - provides the properties fo React component
 * @return {ReactNode} - provides the react component to be ingested
 **/
export declare const ExponentFormatterComponent: (props: IExponentFormatterProps) => import("react/jsx-runtime").JSX.Element;
