import * as React from 'react';
import { PropsWithChildren } from 'react';
import { TextProps } from "../../typography";
declare const a: (props: PropsWithChildren<TextProps>) => React.JSX.Element;
export default a;
