import { JSX } from 'react'; /** * Renders an icon that represents the close action * * @private */ export declare function CloseIcon(): JSX.Element;