import * as React from 'react'; import { WithStyles } from '../../core/withStyles'; interface OccurrenceListProps extends WithStyles { } export declare const OccurrenceList: React.FunctionComponent; declare const styles: () => Record<"root", import("@material-ui/core/styles/withStyles").CSSProperties>; declare const _default: (React.ComponentClass & import("@material-ui/core/styles/withStyles").StyledComponentProps, any> & { Item: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; }) | (React.FunctionComponent & import("@material-ui/core/styles/withStyles").StyledComponentProps> & { Item: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; }); export default _default;