/// interface Props { id: string; data: any; } export default function Serialize({ id, data }: Props): JSX.Element; export {}; //# sourceMappingURL=Serialize.d.ts.map