import { INotificationProps } from "./Notification"; import { INotiContainerProps } from "./NotiContainer"; export default function customize(restProps: INotificationProps, containerProps: INotiContainerProps): { close: () => void; };