import * as React from 'react';
import { SimpleButtonProps } from '../../../components/SimpleButton';
interface ClearButtonProps extends SimpleButtonProps {
}
export declare const ClearButton: React.FunctionComponent<React.PropsWithChildren<ClearButtonProps>>;
export {};
