import type { IMicroFeedbackComponent, IMicroFeedbackViewProps } from './MicroFeedback.types'; export type IMicroFeedbackState = Pick; export declare const useMicroFeedbackState: IMicroFeedbackComponent['state'];