@vimeo/iris
Version:
Vimeo Design System
8 lines (7 loc) • 531 B
TypeScript
/// <reference types="react" />
import { Sizes } from './Select.types';
export declare const SelectStyled: import("styled-components").StyledComponent<"select", any, any, never>;
export declare const Placeholder: import("styled-components").StyledComponent<"div", any, any, never>;
export declare const ChevronDown: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react").SVGAttributes<SVGSVGElement> & import("react").RefAttributes<SVGSVGElement>>, any, {
size: Sizes;
}, never>;