export type FieldClearButtonProps = React.ComponentProps<"button">; export declare const FieldClearButton: ({ className, ...props }: FieldClearButtonProps) => import("react").JSX.Element; //# sourceMappingURL=FieldClearButton.d.ts.map