import { FC } from "react"; import "./style.scss"; import { ButtonProps } from ".."; /** * Button component * @throws Caption is not defined and icon configuration is not defined at the same time */ declare const Button: FC; export default Button; //# sourceMappingURL=index.d.ts.map