import { ButtonProps } from './Button.types'; /** * Button component - A versatile button for user interactions * * @example * ```tsx * // Basic usage * * * // With loading state * * * // With icons * * * // With tooltip * * * // New variants from ib-ui * * * * * // Active state for toggles * * ``` */ export declare const Button: import('react').ForwardRefExoticComponent>; export default Button; //# sourceMappingURL=Button.d.ts.map