import './TextXs.scss';
import '../Typography.scss';
import type { TextXsProps } from './TextXsTypes';
declare const TextXs: import("react").ForwardRefExoticComponent<TextXsProps & import("react").RefAttributes<HTMLDivElement>>;
export default TextXs;