import type { HTMLAttributes } from 'react'; import React from 'react'; type Props = Omit, 'children'>; export declare function ClearButton({ className, ...attributes }: Props): React.JSX.Element; export {};