import { type ReactNode } from 'react'; import type { FC } from 'react'; export declare const FronteggWrapper: FC<{ children: ReactNode; }>; //# sourceMappingURL=FronteggWrapper.d.ts.map