/// <reference types="react" />
type Props = {
    text: string;
    url: string;
    forceUrlDisplay?: boolean;
};
declare const CustomText: React.FC<Props>;
export default CustomText;
//# sourceMappingURL=custom-text.d.ts.map