import React from 'react';
export declare const CloseIcon: ({ title }: {
    title?: string;
}) => React.JSX.Element;
