import type { ContentWrapperProps } from './types'; export declare const ContentWrapper: ({ title, onClose, children, sentiment }: ContentWrapperProps) => import("react").JSX.Element; //# sourceMappingURL=ContentWrapper.d.ts.map