import { PressableProps } from "react-native"; //#region src/primitives/chainOfThought/ChainOfThoughtAccordionTrigger.d.ts type ChainOfThoughtAccordionTriggerProps = Omit & { children: PressableProps["children"]; }; declare const ChainOfThoughtAccordionTrigger: ({ children, ...pressableProps }: ChainOfThoughtAccordionTriggerProps) => import("react").JSX.Element; //#endregion export { ChainOfThoughtAccordionTrigger, ChainOfThoughtAccordionTriggerProps }; //# sourceMappingURL=ChainOfThoughtAccordionTrigger.d.ts.map