export declare function AceptCookies({ children }: {
    children: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;
