import { type MenuIntentProps } from '../../navigation/menu/Intent.js'; /** * Accepted properties for the IntentButton.OpenWith. * @public */ export type OpenWithProps = Omit; /** * The `OpenWith` component renders an `IntentMenu` with a default label * that can't be changed. * @public */ export declare const OpenWith: (props: OpenWithProps & import("react").RefAttributes) => React.ReactElement | null;