import React from 'react'; declare const _default: { title: string; component: React.ForwardRefExoticComponent>; args: { border: boolean; boxed: boolean; compact: boolean; editable: boolean; extraInfo: string; hasDarkTooltips: boolean; id: string; label: string; name: string; placeholder: string; }; argTypes: { border: { control: { type: string; }; }; boxed: { control: { type: string; }; }; compact: { control: { type: string; }; }; editable: { control: { type: string; }; }; extraInfo: { control: { type: string; }; }; hasDarkTooltips: { control: { type: string; }; }; id: { control: { type: string; }; }; label: { control: { type: string; }; }; name: { control: { type: string; }; }; placeholder: { control: { type: string; }; }; }; }; export default _default; export declare const basic: (args: any) => React.FunctionComponentElement<{}>;