import type { AllHTMLAttributes } from 'react';
import { type AriaButtonProps } from 'react-aria';
export declare const SelectTrigger: import("react").ForwardRefExoticComponent<{
small?: boolean;
error?: string;
focus?: boolean;
} & AriaButtonProps<"button"> & AllHTMLAttributes & import("react").RefAttributes>;
//# sourceMappingURL=SelectTrigger.d.ts.map