import React from 'react';
type _IconProps = {
    type: 'definition' | 'benefit' | 'contraindications' | 'related_articles';
};
export declare const _Icon: ({ type }: _IconProps) => React.JSX.Element;
export {};
