import type React from "react"; type ModernDOMPropNames = "inert" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture"; type NativeAriaPropNames = Extract | ModernDOMPropNames>; type NativeAriaProps = Pick>; export type CombineAriaPropsWithCustomProps = Omit, keyof CustomProps | AriaPropsToOmit> & Pick & CustomProps; export {}; //# sourceMappingURL=reactAriaProps.d.ts.map