import React from 'react'; import { type TextProps } from '@latitude-data/client'; type Props = TextProps & React.HTMLAttributes; declare function Text({ align, as, capitalize, centered, color, ellipsis, leading, lineThrough, size, spacing, underline, uppercase, weight, whiteSpace, wordBreak, className, ...props }: Props): import("react/jsx-runtime").JSX.Element; export default Text; //# sourceMappingURL=Text.d.ts.map