import React from 'react'; import type { SnackbarContextValue, SnackbarHostProps } from './types'; declare function SnackbarHost({ children }: SnackbarHostProps): React.JSX.Element; declare function useSnackbar(): SnackbarContextValue; export { SnackbarHost, useSnackbar }; //# sourceMappingURL=SnackbarHost.d.ts.map