import { ToastMock } from './toast';
export declare class ToastControllerMock {
    static instance(toast?: ToastMock): any;
}
