import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FeedbackNotificationComponent {
    primary: string;
    secondary: string;
    content?: string;
    pre: boolean;
    onPrimary: EventEmitter<void>;
    onSecondary: EventEmitter<void>;
    static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackNotificationComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackNotificationComponent, "ng-component", never, { "primary": { "alias": "primary"; "required": false; }; "secondary": { "alias": "secondary"; "required": false; }; "content": { "alias": "content"; "required": false; }; "pre": { "alias": "pre"; "required": false; }; }, { "onPrimary": "onPrimary"; "onSecondary": "onSecondary"; }, never, never, true, never>;
}
export type FeedbackNotificationProps = Partial<Pick<FeedbackNotificationComponent, 'primary' | 'secondary' | 'content' | 'pre'>>;
