import { RecipeVariants } from '@vanilla-extract/recipes'; export declare const buttonSocialStyle: import('@vanilla-extract/recipes').RuntimeFn<{ size: { small: { fontSize: string; lineHeight: string; }; medium: { fontSize: string; lineHeight: string; }; large: { fontSize: string; lineHeight: string; padding: string; }; }; variant: { regular: { fontWeight: number; fontStyle: "normal"; }; semibold: { fontWeight: number; fontStyle: "normal"; }; }; }>; export declare const buttonSocialIconStartStyle: import('@vanilla-extract/recipes').RuntimeFn<{ size: { small: {}; medium: {}; large: { paddingRight: string; fontSize: string; }; }; }>; export declare const buttonSocialIconEndStyle: import('@vanilla-extract/recipes').RuntimeFn<{ size: { small: {}; medium: {}; large: { paddingLeft: string; fontSize: string; }; }; }>; export type ButtonSocialStyle = RecipeVariants; //# sourceMappingURL=button-social.css.d.ts.map