import React from 'react'; declare const _default: { title: string; component: React.FC; args: { className: string; errorMessage: string; extraInfo: string; hasDarkTooltips: boolean; id: string; label: string; name: string; noOptionsMessage: string; options: any[]; }; }; export default _default; export declare const basic: (args: any) => React.JSX.Element;