/// import { IconButtonProps, NonSemanticIconButtonProps } from './IconButton'; export interface XButtonProps extends Optional, Pick { } /** * Used as the dismiss button in popovers, alerts, and modals. */ export declare const XButton: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;