import { ReactElement } from "react";
import { Props } from "../types";
export declare const SquareRemove09: ({ className, onClick, style }: Props) => ReactElement;
