/// export declare type NotificationCloseButtonProps = { onPress: () => void; }; export declare const NotificationCloseButton: import("react").NamedExoticComponent;