declare const getHtml: ({ buttonText, buttonClasses, buttonColor, buttonTextColor, }: { buttonText: string; buttonClasses: string[]; buttonColor: string; buttonTextColor: string; }) => string; export default getHtml; //# sourceMappingURL=FloatingButtonHtml.d.ts.map