import React from "react"; import type { BinaryFeedbackProps } from "./-types"; export declare function BinaryFeedback({ "data-e2e-test-id": dataE2eTestId, positiveOption, negativeOption, iconOnly, value, size, portalContainer, onChange, ...ariaAttributes }: BinaryFeedbackProps): React.ReactElement;