interface Props {
    articleType: string;
}
declare const usePermutivePageEvent: ({ articleType }: Props) => void;
export default usePermutivePageEvent;
//# sourceMappingURL=PermutiveEvent.d.ts.map