import { ActionButtonProps } from '../ActionButton'; export type CloseButtonProps = ActionButtonProps; declare const CloseButton: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default CloseButton; //# sourceMappingURL=CloseButton.d.ts.map