import { SelectProps } from './Select.types'; export default function Select({ children, onChange, dataTest, disabled, forceTheme, ghostColor, maxHeight, menuControls, placeholder, size, value, width, fullWidth, variant, zIndex }: SelectProps): JSX.Element; //# sourceMappingURL=Select.d.ts.map