import * as React from 'react'; import type { SnackbarStore } from '../helpers/createSnackbarStore'; import type { UseSnackbar } from '../types'; interface SnackbarHolderProps extends Pick { store: SnackbarStore; limit: number; } export declare const SnackbarHolder: React.FC; export {}; //# sourceMappingURL=SnackbarHolder.d.ts.map