export declare const styles: { shared: { label: string; wrapper: string; input: string; }; size: { small: { container: string; }; medium: { container: string; }; large: { container: string; }; }; rounded: { wrapper: string; }; }; declare const Dropdown: (props: import("@button-inc/component-library/esm/Select").Props) => JSX.Element; export default Dropdown;