import * as React from "react";
import type { Props } from "./types";
declare const SocialButton: ({ type, disabled, size, ref, ...props }: Props) => React.JSX.Element;
export default SocialButton;
//# sourceMappingURL=index.d.ts.map