import React from 'react'; import { ThemeModeToggleProps } from '../../components/ui/theme-mode'; interface PublicLayoutProps { themeModeToogle?: ThemeModeToggleProps; } export declare const PublicLayout: React.FC; export {}; //# sourceMappingURL=index.d.ts.map