/**
 * @file index.tsx
 *
 * @fileoverview Story to display the input inside the component library
 * styleguide.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
    parameters: {
        component: ({ id, label, description, disabled, required, error, ...props }: import(".").InputProps) => JSX.Element;
    };
};
export default _default;
export declare const DefaultInput: {
    (): JSX.Element;
    story: {
        name: string;
    };
};
export declare const DisabledInput: {
    (): JSX.Element;
    story: {
        name: string;
    };
};
