import { FC } from "react";
import { ChipProps } from "./chip.types";
declare const TMButton: FC<ChipProps>;
export default TMButton;
