import * as React from 'react'; export declare function Text({ color, children }: React.PropsWithChildren<{ color: string; }>): React.JSX.Element; //# sourceMappingURL=text.d.ts.map