/**
 * @file index.tsx
 *
 * @fileoverview Display the Main component within the component library.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
    parameters: {
        component: ({ size, children, ...props }: import(".").MainProps) => JSX.Element;
    };
};
export default _default;
export declare const MainContent: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const CustomMainContent: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
