/**
 * @file index.tsx
 *
 * @fileoverview Presents the Landing page flat banner inside the component library styleguide.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
    parameters: {
        component: ({ children, flatbannerStyle, ...props }: import(".").FlatBannerProps) => JSX.Element;
    };
};
export default _default;
export declare const LandingPageFlatBanner: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const CustomLandingPageFlatBanner: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
