export declare const Placeholder: ({ text }: { text: string; }) => import("react/jsx-runtime").JSX.Element; export declare const regionAItems: ({ id: string; content: import("react/jsx-runtime").JSX.Element; layoutConfig: { width: string; minWidth: number; }; } | { id: string; content: import("react/jsx-runtime").JSX.Element; layoutConfig: { width: string; minWidth?: undefined; }; })[]; export declare const regionBItems: ({ id: string; content: import("react/jsx-runtime").JSX.Element; layoutConfig: { width: string; minWidth: number; fillAvailable?: undefined; }; } | { id: string; content: import("react/jsx-runtime").JSX.Element; layoutConfig: { width: string; minWidth?: undefined; fillAvailable?: undefined; }; } | { id: string; content: import("react/jsx-runtime").JSX.Element; layoutConfig: { width: string; minWidth: number; fillAvailable: boolean; }; })[]; //# sourceMappingURL=ConfigurableLayout.mocks.d.ts.map