import React from "react"; import { type CloseButtonProps } from "heroui-native"; export interface NCloseButtonProps extends Omit { /** Required: the button has no visible text to name it. */ accessibilityLabel?: string; } export declare const NCloseButton: React.NamedExoticComponent; //# sourceMappingURL=NCloseButton.d.ts.map