/**
 * @file index.tsx
 *
 * @fileoverview Shows a one sidebar layout in the component library.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
};
export default _default;
export declare const DefaultSplitView: {
    (): JSX.Element;
    story: {
        title: string;
        parameters: {
            component: ({ sidebar, title, children, height, inDetail }: {
                sidebar: any;
                title?: any;
                children: any;
                height?: string;
                inDetail?: boolean;
            }) => JSX.Element;
        };
    };
};
