import { InputMode, InputSize } from "../Input/types";
export declare const StyledSelectTrigger: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>, any, {
    $size?: InputSize;
    $invalid?: boolean;
    $mode?: InputMode;
}, never>;
export declare const StyledCaretIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").SVGProps<SVGSVGElement> & {
    gradient?: string;
}, "ref"> & import("react").RefAttributes<SVGSVGElement>>, any, {
    $open: boolean;
}, never>;
//# sourceMappingURL=Styles.d.ts.map