import { ButtonSpinnerProps } from '../../types'; /** * ButtonSpinner - Spinner designed for button loading states * * A compact spinner component optimized for use inside buttons, with options for * positioning relative to button content and different visual variants. * * @example * ```tsx * // Simple button with spinner * Submit * * // Spinner on the left * * Loading... * * * // Hide content when loading * * Click Me * * ``` */ export declare const ButtonSpinner: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=ButtonSpinner.d.ts.map