import React from 'react';
import type { StoryObj } from '@storybook/react';
declare const _default: {
    title: string;
    component: React.FC<import("~components/LayoutProvider").LayoutContextProviderProps>;
    argTypes: {};
};
export default _default;
export declare const Default: StoryObj;
export declare const WithCustomTheme: StoryObj;
export declare const WithDifferentInitialLayouts: StoryObj;
export declare const WithControlledLayout: StoryObj;
export declare const WithDifferentWindowSizes: StoryObj;
export declare const DynamicLayoutChange: StoryObj;
export declare const CustomLayouts: StoryObj;
export declare const ComplexComponents: StoryObj;
