import { FC, ReactNode } from 'react'; export interface UnAuthProps { children: ReactNode; } export declare const UnAuth: FC; //# sourceMappingURL=UnAuth.d.ts.map