import { default as React } from 'react'; import { SxProps } from '@mui/material'; type Props = { mainPath?: string; subtitle?: string; title: string; sxProps?: SxProps; logo?: string; }; declare const AbyssHeaderTitle: React.FC; export default AbyssHeaderTitle;