import { type Anatomy } from "@qualcomm-ui/utils/anatomy"; export declare const toastParts: readonly ["group", "root", "label", "description", "actionTrigger", "closeTrigger", "ghostBefore", "ghostAfter"]; export declare const toastAnatomy: Anatomy<"toast", (typeof toastParts)[number]>; //# sourceMappingURL=toast.anatomy.d.ts.map