import { ISnackbar } from '../Snackbar/Snackbar';
export declare type ISnackbarsContext = {
    add: (value: ISnackbar) => void;
    remove: (id: string) => void;
};
declare const OnesySnackbarsContext: any;
export default OnesySnackbarsContext;
