import React from 'react';
type DocLayoutProps = {
    children: React.ReactNode;
    title: string;
    description?: string;
};
export declare function DocLayout({ children, title, description }: DocLayoutProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=DocLayout.d.ts.map