import { FC } from 'react';
interface Props {
    tagID: number;
}
export declare const MetricaPixel: FC<Props>;
export {};
