import React from 'react'; declare const _default: { title: string; component: React.FC; }; export default _default; export declare const Template: { (args: any): JSX.Element; args: { name: string; label: string; placeholder: string; helperText: string; invalid: boolean; }; }; export declare const WithValidationError: (args: any) => JSX.Element;