import { FC } from 'react';
declare const StructuredData: FC<{
    ld: any;
}>;
export default StructuredData;
