export interface SocialButtonProps { brand: 'apple' | 'twitter' | 'google' | 'facebook' | 'linkedin' | 'github'; variant?: 'fill' | 'stroke'; class?: string; label?: string; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import('vue').DefineComponent & Readonly<{}>, { variant: "fill" | "stroke"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;