import React from 'react';
interface CentinelLayoutProps {
    siteKey: string;
    children: React.ReactNode;
}
export declare function CentinelLayout({ siteKey, children }: CentinelLayoutProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=CentinelLayout.d.ts.map