import React from 'react'; declare const _default: { title: string; component: React.ForwardRefExoticComponent>; args: { border: boolean; editable: boolean; error: boolean; errorMessage: string; extraInfo: string; hasDarkTooltips: boolean; id: string; label: string; placeholder: string; required: boolean; type: string; }; }; export default _default; export declare const basic: (args: any) => React.JSX.Element;