declare const _default: import("react").ComponentType>>; showOnMount: PropTypes.Requireable; spaceAround: PropTypes.Requireable; handleShowOnMount: PropTypes.Requireable<(...args: any[]) => any>; handleEdit: PropTypes.Requireable<(...args: any[]) => any>; handleDeleteCallback: PropTypes.Validator<(...args: any[]) => any>; patchCommentCallback: PropTypes.Validator<(...args: any[]) => any>; companyId: PropTypes.Requireable; currentUser: PropTypes.Requireable>>; classes: PropTypes.Validator>>; isNative: PropTypes.Requireable; }>, PropTypes.RequiredKeys<{ comment: PropTypes.Validator>>; showOnMount: PropTypes.Requireable; spaceAround: PropTypes.Requireable; handleShowOnMount: PropTypes.Requireable<(...args: any[]) => any>; handleEdit: PropTypes.Requireable<(...args: any[]) => any>; handleDeleteCallback: PropTypes.Validator<(...args: any[]) => any>; patchCommentCallback: PropTypes.Validator<(...args: any[]) => any>; companyId: PropTypes.Requireable; currentUser: PropTypes.Requireable>>; classes: PropTypes.Validator>>; isNative: PropTypes.Requireable; }>> & { currentUser?: PropTypes.InferProps> | null | undefined; companyId?: number | null | undefined; isNative?: boolean | null | undefined; handleEdit?: ((...args: any[]) => any) | null | undefined; showOnMount?: boolean | null | undefined; spaceAround?: boolean | null | undefined; handleShowOnMount?: ((...args: any[]) => any) | null | undefined; } & {}, "currentUser" | "comment" | "companyId" | "isNative" | "handleEdit" | "showOnMount" | "spaceAround" | "patchCommentCallback" | "handleShowOnMount" | "handleDeleteCallback"> & import("@material-ui/styles").StyledComponentProps<"userName" | "iconButtonRoot" | "commentWrapper" | "timeRoot" | "textRoot">>; export default _default; import PropTypes from 'prop-types'; //# sourceMappingURL=index.d.ts.map