export interface IFPSItemRelated {
    linkUrl: string;
    linkAlt: string;
    linkText: string;
    images: IUrlPairs[];
    links: IUrlPairs[];
}
export interface IUrlPairs {
    url: string;
    embed: string;
}
//# sourceMappingURL=IFPSItemRelated.d.ts.map