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