import type { ButtonExProps } from '@ariestools/sdk-react/button'; import React from 'react'; /** Props for {@link PoweredByXyoButton}. */ export type PoweredByXyoButtonProps = ButtonExProps & { busy?: boolean; logoHeight?: number; logoTextSize?: number; }; /** Button labeled "Powered by" with the XYO logo and optional busy spinner. */ export declare const PoweredByXyoButton: React.FC; //# sourceMappingURL=PoweredByXyoButton.d.ts.map