import { ButtonProps } from './Button.types'; export type { ButtonProps, ConvertedVariant } from './Button.types'; /** * Button component with loading states, icons, and multiple variants * Meets WCAG 2.1 Level AA accessibility standards with proper focus and aria attributes */ export declare const Button: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; export default Button; //# sourceMappingURL=index.d.ts.map