import * as React from "react"; export declare type TextProps = { children: string | React.ReactNode | React.ReactNode[]; x?: string | number; y?: string | number; className?: string; } & React.SVGProps; export declare function Text(props: TextProps): JSX.Element; export default Text; //# sourceMappingURL=Text.d.ts.map