/// <reference types="react" />
/**
 * An SVG element component that wraps inner text to fit the width of the SVG.
 * @private
 */
export declare const SvgWithWordWrapping: (props: {
    width: number;
    text: string;
    lineHeightPx: number;
    bufferHeightPx: number;
    role?: string;
}) => JSX.Element;
//# sourceMappingURL=SvgWithWordWrapping.d.ts.map