import React from 'react'; declare const _default: { title: string; component: React.FC; args: { border: boolean; className: string; compact: boolean; errorMessage: string; extraInfo: string; hasDarkTooltips: boolean; id: string; label: string; loading: boolean; maxDate: Date; minDate: Date; placeholder: string; required: boolean; showSelects: boolean; }; }; export default _default; export declare const basic: (args: any) => React.JSX.Element;