import React from "react"; export declare function Text(props: React.PropsWithChildren<{ className?: string; muted?: boolean; strong?: boolean; inline?: boolean; small?: boolean; mono?: boolean; style?: React.CSSProperties; }>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=text.d.ts.map