/** @packageDocumentation * @module Text */ import { TextProps } from "./TextProps"; /** Styled muted/gray text React functional component * @public */ export declare function MutedText(props: TextProps): JSX.Element; //# sourceMappingURL=MutedText.d.ts.map