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