import React from 'react'; export declare const Select: React.ForwardRefExoticComponent<{ enableTooltip?: boolean; invalid?: boolean | undefined; size?: import("../../types/responsive-variants.types.js").ResponsiveVariants<"small" | "xlarge" | "medium" | "large" | undefined>; width?: import("../../types/responsive-variants.types.js").ResponsiveVariants<"auto" | 2 | 1 | 3 | "full" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 20 | 30 | undefined>; wrapperProps?: React.HTMLAttributes; } & Omit, "size"> & React.RefAttributes>;