import React from "react"; export type ReferenceButtonProps = React.ComponentPropsWithRef<"button">; export declare const ReferenceButton: React.ForwardRefExoticComponent, HTMLButtonElement>, "ref"> & { ref?: React.Ref; }, "ref"> & React.RefAttributes>;