import { LegacyButtonProps } from './LegacyButton'; import { ButtonReferenceType, ButtonProps as NewButtonProps } from './Button.types'; export type ButtonProps = LegacyButtonProps | NewButtonProps; declare const Button: import("react").ForwardRefExoticComponent<(NewButtonProps | Omit | Omit, HTMLAnchorElement>, "ref"> & { ref?: ((instance: HTMLAnchorElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject | null | undefined; }, "type"> & { as?: "a"; }, "ref">) & import("react").RefAttributes>; export default Button; //# sourceMappingURL=Button.resolver.d.ts.map