import React from "react";
export declare function Clear({ onClick }: {
    onClick?: () => void;
}): React.JSX.Element;
