/**
 * @file index.tsx
 *
 * @fileoverview Presents the Landing page hero row inside the component library styleguide.
 */
import React from 'react';
declare const _default: {
    title: string;
    parameters: {
        component: ({ image, children, boxContent, boxPosition, ...props }: import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> & {
            image: {
                url: string;
                alt: string;
                title: string;
                portrait?: {
                    url: string;
                };
            };
            children?: React.ReactNode;
            boxContent?: React.ReactNode;
            boxPosition?: "left" | "bottom";
        }) => JSX.Element;
    };
};
export default _default;
export declare const LandingPageHero: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const LandingPageHeroSearchForm: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const LandingPageHeroSearchFormLeft: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const LandingPageHeroResponsive: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
