import React, { ComponentProps, RefObject } from "react"; import { Size } from "../ebay-button"; type HTMLAnchorProps = ComponentProps<"a">; type Props = HTMLAnchorProps & { fluid?: boolean; truncate?: boolean; size?: Size; forwardedRef?: RefObject; }; declare const _default: React.ForwardRefExoticComponent & React.RefAttributes>>; export default _default; //# sourceMappingURL=cta-button.d.ts.map