/** * Renders the built-in clear button for inputs. * It inherits its error and disabled state from the surrounding `BaseInputContext`. */ export declare const ClearButton: ({ onClear }: { onClear: VoidFunction; }) => import("react").JSX.Element; //# sourceMappingURL=ClearButton.d.ts.map