import { CoolhandFeedback } from './coolhand-feedback'; export type { FeedbackValue, FeedbackType, InitOptions, AttachOptions, FeedbackApiPayload, FeedbackApiResponse, } from './types'; export { CoolhandFeedback } from './coolhand-feedback'; export { FeedbackWidget } from './feedback-widget'; export { COOLHAND_API_URL, VERSION } from './constants'; declare const coolhand: CoolhandFeedback; export default coolhand; //# sourceMappingURL=index.d.ts.map