import * as React from "react";
interface Props {
    width: number;
    height: number;
    style?: React.CSSProperties;
}
export declare const FitText: React.FC<Props>;
export {};
