import type { Layout } from './types';
export declare const registry: Record<string, new (...args: any) => Layout<any>>;
