import React from 'react'; export declare const ItemWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; declare type Params = { value: string; text: JSX.Element; }; export declare const Item: ({ value, text }: Params) => React.JSX.Element; export {}; //# sourceMappingURL=Item.d.ts.map