export declare type FormNotication = { id: string; properties: Record; }; export declare type FormNotications = FormNotication[]; //# sourceMappingURL=form-notifications.d.ts.map