import { type IntentProps } from '../../../../core/slots/Intent/Intent.js'; export declare const Intent: (props: IntentProps & import("react").RefAttributes) => React.ReactElement | null;