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