import { RecipeVariants } from '@vanilla-extract/recipes'; export declare const buttonLinkStyle: import('@vanilla-extract/recipes').RuntimeFn<{ [x: string]: { [x: string]: string | import('@vanilla-extract/css').ComplexStyleRule; }; }>; export declare const buttonLinkContainerStyle: import('@vanilla-extract/recipes').RuntimeFn<{ position: { inline: { display: "inline-flex"; }; left: { justifyContent: "left"; width: "100%"; }; center: { justifyContent: "center"; width: "100%"; }; right: { justifyContent: "right"; width: "100%"; }; }; }>; export type ButtonLinkContainerStyle = RecipeVariants; export declare const buttonLinkIconStyle: string; //# sourceMappingURL=button-link.css.d.ts.map