export declare function useSnackbar(): { closeSnackbar: (notificationId: string) => void; enqueueSnackbar: (props: import("./Snackbar.tsx").SnackbarProps) => string; isSnackbarAppear: (notificationId: string) => boolean; };