import React from "react"; import type ButtonSettingsProps from "../../types/ButtonSettingsProps"; declare const AnimationContent: ({ children, iconLeft, iconRight, iconOnly, animation, size, fullWidth, variant, }: ButtonSettingsProps) => React.JSX.Element; export default AnimationContent; //# sourceMappingURL=AnimationContent.d.ts.map