import React, { ComponentProps } from 'react'; import { Button } from '@sanity/ui'; import { IntentLink } from './IntentLink'; /** * @beta */ export declare function IntentButton(props: Omit & ComponentProps, 'as' | 'href'> & { intent: string; params: Record | [Record, Record]; }): React.JSX.Element; //# sourceMappingURL=IntentButton.d.ts.map