import React from 'react'; import { AlertTitleProps } from '@material-ui/lab'; declare type VeryOpenRefType = ((instance: unknown) => void) | React.MutableRefObject | null; declare const AlertTitle: React.ElementType; export { AlertTitle };