import { Ref } from 'react'; import { BaseButtonPropsAsLink } from '../Primitive/ButtonPrimitiveAsLink'; import { AvailableSizes } from '../../Button/Primitive/ButtonPrimitive'; export type ButtonSecondaryAsLinkPropsType = Omit, 'className'>; declare function SecondaryAsLink(props: ButtonSecondaryAsLinkPropsType, ref: Ref): import("react/jsx-runtime").JSX.Element; declare const ButtonSecondaryAsLink: (props: ButtonSecondaryAsLinkPropsType & { ref?: Ref; }) => ReturnType; export default ButtonSecondaryAsLink;