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