export declare const MobileDropdownInput: import("styled-components").StyledComponent<"input", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"input">, never>; export declare const MobileDropdownInputWrap: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>; export declare const Caret: ({ onClick }: { onClick: any; }) => JSX.Element; export declare const DSMobileDropdownTriggerInput: ({ inputProps, caretProps, selectedItemsText, }: { inputProps: Record; caretProps: Record; selectedItemsText?: string; }) => JSX.Element;