UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

16 lines (15 loc) 549 B
declare const StyledPicklist: import("styled-components").StyledComponent<"div", any, { theme: object; } & Omit<import("../../box").BoxProps, "borderRadius"> & { cssProps?: { color?: string; opacity?: string; height?: string; width?: string; }; $borderRadius?: import("../../box").BoxProps["borderRadius"]; } & { as: string; }, "theme" | "as">; declare const StyledEmptyContainer: import("styled-components").StyledComponent<"li", any, {}, never>; export { StyledPicklist, StyledEmptyContainer };