import { PropsWithChildren, ReactNode } from 'react'; type Props = PropsWithChildren<{ consented: boolean; fallback: ReactNode; loading: ReactNode; }>; export declare const CookieSafe: ({ consented, fallback, loading, children }: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CookieSafe.d.ts.map