import { FC } from "react"; export declare const RecordSetValues: FC<{ records: string[]; }>;