import { BaseComponentWithTheme } from '../../utils';
import type { Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PToast extends BaseComponentWithTheme {
    theme?: Theme;
    static ɵfac: i0.ɵɵFactoryDeclaration<PToast, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PToast, "p-toast,[p-toast]", never, { "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}