import { FC } from "react"; import "./style.scss"; import { IconProps } from "../.."; /** * Icon component. Based on bootstrap icons */ declare const Icon: FC; export default Icon; //# sourceMappingURL=index.d.ts.map