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