export default function processRow(row: HTMLTableRowElement): {
    label: string;
    url: string;
};
