import type { ToastActionsChild } from "./ToastActionsChild.js"; /** * Container element for declaring up to five inputs and up to five button actions for the toast notification. * * https://learn.microsoft.com/en-us/uwp/schemas/tiles/toastschema/element-actions */ export type ToastActions = { $value: Array; }; //# sourceMappingURL=ToastActions.d.ts.map