import React from "react"; import "./close-button.scss"; /** * TODO: This is a component that fixes the broken `.close` element provided by Bootstrap * This component should be replaced by the element from Bootstrap when this PR is merged: * https://github.com/sebgroup/bootstrap/pull/533 */ export declare const CloseButton: React.FC;