import type { AnatomyPart } from "@qualcomm-ui/utils/anatomy"; /** * @deprecated */ export interface ActionGroupRootBindings extends AnatomyPart<"actionGroup", "root"> { } /** * @deprecated */ export declare function getActionGroupRootBindings(): ActionGroupRootBindings; //# sourceMappingURL=action-group.d.ts.map