import * as React from 'react'; export interface Typography48Props extends React.SVGProps { ariaLabel?: string } export default function Typography48({ ariaLabel, ...props }: Typography48Props) { return ( ); }