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 };
