/**
 * @file index.tsx
 *
 * @fileoverview Shows a Holy grail layout in the component library.
 */
/// <reference types="styled-components" />
import React from 'react';
declare const _default: {
    title: string;
};
export default _default;
export declare const DefaultHolyGrail: {
    (): JSX.Element;
    story: {
        title: string;
        parameters: {
            component: React.ForwardRefExoticComponent<Pick<import(".").HolyGrailProps, "footer" | "header" | "content" | "sidebarFirst" | "sidebarSecond"> & {
                theme?: any;
            }>;
        };
    };
};
