import BsButton from "react-bootstrap/Button"; import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; import type { IButtonProps } from "./Button.types"; export declare type IButton = BsPrefixRefForwardingComponent; export declare const Button: IButton; export type { IButtonProps } from "./Button.types"; export default Button;