import type { SVGAttributes } from 'react'; interface SVGTextProps extends SVGAttributes { rectProps?: SVGAttributes; padding?: number; borderRadius?: number; } export declare function SVGText(props: SVGTextProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SVGText.d.ts.map