import type { TRadioButtonsProps } from '../../../common/components/RadioButtons'; export declare type ResultTableRowProps = { iconId: number; rowTitle: string; radioButtonProps: TRadioButtonsProps; isFirst?: boolean; isLast?: boolean; }; export declare const ResultTableRow: ({ tableRowProps, }: { tableRowProps: ResultTableRowProps; }) => import("@emotion/react/jsx-runtime").JSX.Element;