import { StatusOptions } from './components/ToastItem/ToastItem.types';
type KeyOfType = 'INFO' | 'SUCCESS' | 'WARNING' | 'ERROR' | 'DEFAULT';
export declare const STATUS: {
    [key in KeyOfType]: StatusOptions;
};
export declare const SUCCESS_AUTO_CLOSE_TIME = 7000;
export {};
//# sourceMappingURL=constants.d.ts.map