interface HelperTransitionParamsType { children: JSX.Element; [key: string]: unknown; } declare const HelperTransition: ({ children: child, ...props }: HelperTransitionParamsType) => JSX.Element; export default HelperTransition; //# sourceMappingURL=index.d.ts.map