import type { CustomButton } from "@gradio/utils"; declare const CustomButton: any; type CustomButton = InstanceType; export default CustomButton;