import React from 'react'; import { RootProps } from '../../engines'; import type { SelectProps } from './Select.types'; /** * Выпадающий список. Поддерживает выбор одного или нескольких значений. */ export declare const selectRoot: (Root: RootProps>) => React.ForwardRefExoticComponent>; export declare const selectConfig: { name: string; tag: string; layout: (Root: RootProps>) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: {}; defaults: { view: string; size: string; labelPlacement: string; chipView: string; hintView: string; hintSize: string; }; }; //# sourceMappingURL=Select.d.ts.map