/**
 * @file index.tsx
 *
 * @fileoverview Story to display the Resume personal info inside the component library
 * styleguide.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
};
export default _default;
export declare const PersonalInfoWidget: {
    (): JSX.Element;
    story: {
        title: string;
        parameters: {
            component: ({ personalInfo, OnClickElement }: import(".").PersonalInfoProps) => JSX.Element;
        };
    };
};
