/**
 * @file index.story.tsx
 *
 * @fileoverview Documents information about form item.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
};
export default _default;
export declare const FormItemDefault: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
