import * as React from 'react';
export declare function CloseIcon(props: {
    title: string;
}): React.JSX.Element;
