import React from "react"; import type { BinaryFeedbackOptionProps } from "./-types"; export declare function BinaryFeedbackOption({ label, iconName, iconOnly, selected, tooltipContent, portalContainer, type, size, tabIndex, onSelect, onFocus, }: BinaryFeedbackOptionProps): React.ReactElement;