type DatalayerBoxProps = {
id?: string;
title: string;
linkLabel?: string;
linkRoute?: string;
};
export declare const DatalayerBox: (props: React.PropsWithChildren<DatalayerBoxProps>) => import("react/jsx-runtime").JSX.Element;
export default DatalayerBox;