import { CSSObject } from '@emotion/react'; import { Theme } from '../../Identity/Theme'; import { ButtonProps } from '../Button'; export declare const buttonLinkStyle: (theme: Theme, props: ButtonProps) => CSSObject; export declare const ButtonLink: ({ children, showLoading, loadingColor, ...props }: ButtonProps) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=ButtonLink.d.ts.map