/** * Cherry-picked from https://github.com/mui-org/material-ui/blob/master/packages/mui-utils/src/HTMLElementType.ts */ declare const HTMLElementType: (props: Record, propName: string, componentName: string, location: string, propFullName: string) => Error | null; export default HTMLElementType;