/**
 * @fileoverview ksqlDB ORM UI Components
 * @description UI コンポーネントライブラリのエントリーポイント
 * @author GFTD Team
 * @since 1.0.0
 */
export { ProjectLayout } from './components/layout/project-layout';
export type { ProjectLayoutProps } from './components/layout/project-layout';
/**
 * UIライブラリの初期化関数
 * @description ksqlDB ORM UI コンポーネントの初期化
 * @param config - UI設定オプション
 * @returns void
 */
export declare function initializeUI(config?: {
    theme?: any;
    locale?: string;
}): void;
//# sourceMappingURL=index.d.ts.map