export default AddCommentPopup; declare function AddCommentPopup({ onClose, isProcessing, isSaveDisabled, onSave, startAdornment, endAdornment, actionsAdornment, customContent, userCompanyId, }: { onClose: any; isProcessing: any; isSaveDisabled: any; onSave: any; startAdornment: any; endAdornment: any; actionsAdornment: any; customContent: any; userCompanyId: any; }): JSX.Element; declare namespace AddCommentPopup { namespace propTypes { export { func as onClose }; export let onSave: import("prop-types").Validator<(...args: any[]) => any>; export { bool as isProcessing }; export { bool as isSaveDisabled }; export { node as startAdornment }; export { node as endAdornment }; export { node as actionsAdornment }; export { node as customContent }; export let userCompanyId: import("prop-types").Validator; } namespace defaultProps { function onClose(): undefined; let isProcessing: boolean; let isSaveDisabled: boolean; let startAdornment: null; let endAdornment: null; let customContent: null; let actionsAdornment: null; } } import { func } from 'prop-types'; import { bool } from 'prop-types'; import { node } from 'prop-types'; //# sourceMappingURL=Popup.d.ts.map