import { ReactNode } from 'react'; export declare type ChildrenProps = { children?: ReactNode; }; export declare const IdentityWrapper: ({ children }: ChildrenProps) => JSX.Element; //# sourceMappingURL=IdentityWrapper.d.ts.map