export declare const getTrackingProps: (track?: boolean) => {
    rel: string;
    referrerPolicy: string;
} | {
    rel: string;
    referrerPolicy?: undefined;
};
