/// interface Props { foreignTableId: string; } export default function Add({ foreignTableId }: Props): JSX.Element; export {};