import type { IButtonSlotProps, IButtonState, IButtonProps } from './Button.types'; /** * @deprecated This component is deprecated in favor of ButtonV1. This Button will be removed when the package moves to 1.0.0. * At that point, ButtonV1 will be renamed to Button. Please see MIGRATION.md for details on how to move to the new Button. */ export declare const Button: import("@uifabricshared/foundation-compose").IComposeReturnType; export default Button; //# sourceMappingURL=Button.android.d.ts.map