import React from 'react'; export declare const Wrapper: React.FC<{ highlighted?: boolean; minor?: boolean; caption?: string; iconUrl?: string; contentWidth?: number; children?: React.ReactNode; }>;