/// export declare type PassPropsProps = { passCondition?: (child: any, index: number) => boolean; getChildProps?: (child: any, index: number) => any; [key: string]: any; }; export declare const PassProps: { ({ children, getChildProps, passCondition, ...props }: PassPropsProps): JSX.Element; canUnwrap: boolean; }; //# sourceMappingURL=PassProps.d.ts.map