import { type PropsWithChildren } from 'react'; /** * @public */ export type SelectV2CustomTriggerProps = PropsWithChildren; /** * @public */ export declare function SelectV2CustomTrigger(props: SelectV2CustomTriggerProps): null;