import { SetPrimaryButtonOptions } from '@farcaster/miniapp-sdk'; /** * Sets the primary button for the frame and adds the callback to be called when the primary button is clicked. * @param options - The options for the primary button. * @param callback - The callback to be called when the primary button is clicked. * @returns void */ export declare function usePrimaryButton(options: SetPrimaryButtonOptions, callback: () => void): void; //# sourceMappingURL=usePrimaryButton.d.ts.map