import type * as React from 'react';
export interface ProgressInnerTextProps {
    text?: React.ReactNode;
    offset?: number;
}
export declare function ProgressInnerText(props: ProgressInnerTextProps): import("react/jsx-runtime").JSX.Element | null;
