/** @jsx jsx */ import { FC } from 'react'; import { TextProps } from './Text.type'; /** * ```js * import { Text } from '@rkta/ui'; * * * h1 * * ``` */ export declare const Text: FC; //# sourceMappingURL=Text.d.ts.map