export declare function Clear({ onClick }: {
    onClick?: () => void;
}): import("react/jsx-runtime").JSX.Element;
