import type React from 'react';
type Props = {
    tagId: number;
};
declare const MetricaPixel: React.FunctionComponent<Props>;
export { MetricaPixel };
