import { ToastComponent } from '../toast/toast.component';
import * as i0 from "@angular/core";
export declare class ToastBodyComponent {
    toast?: ToastComponent | undefined;
    toastBodyClass: boolean;
    constructor(toast?: ToastComponent | undefined);
    static ɵfac: i0.ɵɵFactoryDeclaration<ToastBodyComponent, [{ optional: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ToastBodyComponent, "c-toast-body", ["cToastBody"], {}, {}, never, ["*"], true, never>;
}
