export default AddCommentPopover; declare function AddCommentPopover({ anchorEl, anchorOrigin, onClose, onSave, startAdornment, endAdornment, customContent, userCompanyId, ...otherProps }: { [x: string]: any; anchorEl: any; anchorOrigin: any; onClose: any; onSave: any; startAdornment: any; endAdornment: any; customContent: any; userCompanyId: any; }): JSX.Element; declare namespace AddCommentPopover { namespace propTypes { export { func as onClose }; export let onSave: import("prop-types").Validator<(...args: any[]) => any>; export let anchorEl: import("prop-types").Validator>; export { shape as anchorOrigin }; export { node as startAdornment }; export { node as endAdornment }; export { node as customContent }; export let userCompanyId: import("prop-types").Validator; } namespace defaultProps { namespace anchorOrigin { let horizontal: string; let vertical: string; } function onClose(): undefined; let startAdornment: null; let endAdornment: null; let customContent: null; } } import { func } from 'prop-types'; import { shape } from 'prop-types'; import { node } from 'prop-types'; //# sourceMappingURL=Popover.d.ts.map