export type Props = {
    setInitialized: (initialized: boolean) => void;
};
//# sourceMappingURL=types.d.ts.map