/// /** * CloseButton is essentially a button with a close icon. It is used to handle the close functionality in feedback and overlay components like Alerts, Toasts, Drawers and Modals. * https://chakra-ui.com/docs/components/close-button */ export declare function CloseButton({ ...props }: any): JSX.Element; //# sourceMappingURL=CloseButton.d.ts.map