import { TextProps } from './types'; export * from './types'; export declare const Text: ({ size, weight, className, as: Element, ...props }: TextProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map