/**
 * @file index.tsx
 *
 * @fileoverview Shows a Register in the component library.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
};
export default _default;
export declare const RegistrationForm: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
